Command line options

Top  Previous  Next

The options you write in the command line when running the program, eg. "Titlevision.exe nologo"

 

Nologo = Run the program without the Titlevision splash screen:

 

cogs4

 


 

Convertfile = Convert file

Convertdirectory = Convert whole directory

 

Sub Machine can be run as a command line converter without any visuals. Run the program using the parameter "convertfile" and then name of the input file and output file.

 

Example:

Titlevision2011.exe convertfile "filer\softel swift\XIF import sample.XIF" "filer\Srt files\XIF import sample.srt"

will convert a .xif file "XIF import sample.XIF" to the .srt file "XIF import sample.srt"  in two different directories.

 

You can also convert an entire directory at a time:

Titlevision2011.exe convertdirectory "filer\Batchtest\" "filer\Batchtest\output\" AppleFinalCutPro

will convert all subtitle files from the relative folder "filer\Batchtest\" and put them in the "filer\Batchtest\output\" folder as AppleFinalCutPro .xml files.

 

The syntax is:

Titlevision2011.exe convertfile SourceFile DestinationFile OptionalTypeName

Titlevision2011.exe convertdirectory SourceDirectory DestinationDirectory TypeName

 

Examples:

Titlevision2011.exe convertfile "c:\test.usf" "c:\test.xif"

Titlevision2011.exe convertfile "c:\test.usf" "c:\test.xif" SwiftXIF

Titlevision2011.exe convertdirectory "c:\source\" "c:\destination\" AppleFinalCutPro        

 


 

encodevideo = Encode video file

 

Encodes the video specified by the first parameter into TitleVision's video format (H.264) while also finding scene changes and creating an audio graph. The output includes a converted video file, a .peak file (audio graph data), and a .txt file (scene change data).

 

Example:

Titlevision2011.exe encodevideo c:\videos\hotshots.mp4

This will convert hotshots.mp4 into hotshots_(new)_converted.avi and also generate .peak and .txt files.

 


 

filevalidator = Run File Validator tool

 

Opens the File Validator tool for validating subtitle files before delivery.

 

Example:

Titlevision2011.exe filevalidator

 

See also: Command line parameters, File Validator, Convert video clip