Below is a list of the Turbo264 HD's AppleScript commands:
encode v : Encode added files.
encode
[no error dialogs true] : Do not show error dialogs that happen during encoding. Caller can check lastErrorCode to find out about them.
add file v : Add a file to the queue for later encoding.
add file furl : The file(s) to be added.
[with destination alias] : file to export to
[exporting as iPod High/iPod Standard/Sony PSP/AppleTV/iPhone/YouTube/YouTubeHD/HD720p/HD1080p/custom] : type of export
[with custom setting text] : name of the custom setting if the export type is set to ‘custom’
[replacing boolean] : replace file if it exists
Application n : The Turbo application itself.
properties:
lastErrorCode (integer, r/o) : Last error code that occurred, e.g. during encoding.
isEncoding (boolean, r/o) : True if Turbo.264 is currently encoding, False if you can start a new encode.
isHardwarePluggedIn (boolean, r/o) : True if the Turbo.264 hardware is plugged in.
encode v : Encode added files.
encode
[no error dialogs true] : Do not show error dialogs that happen during encoding. Caller can check lastErrorCode to find out about them.
add file v : Add a file to the queue for later encoding.
add file furl : The file(s) to be added.
[with destination alias] : file to export to
[exporting as iPod High/iPod Standard/Sony PSP/AppleTV/iPhone/YouTube/YouTubeHD/HD720p/HD1080p/custom] : type of export
[with custom setting text] : name of the custom setting if the export type is set to ‘custom’
[replacing boolean] : replace file if it exists
Application n : The Turbo application itself.
properties:
lastErrorCode (integer, r/o) : Last error code that occurred, e.g. during encoding.
isEncoding (boolean, r/o) : True if Turbo.264 is currently encoding, False if you can start a new encode.
isHardwarePluggedIn (boolean, r/o) : True if the Turbo.264 hardware is plugged in.