Command Line ParametersAutomation from command line or scripts |
Top Previous Next |
|
Command line parameters enable the user to automate certain tasks within TitleVision Sub Machine from scripts, batch files, or the command prompt.
Available commands:
1. convertfile Takes the source subtitle file as the first parameter and converts it into the format and filename specified by the second parameter.
Titlevision2011.exe convertfile hotshots.usf hotshots.pac
2. convertdirectory Takes a source directory as the first parameter and converts all the files into the directory specified by the second parameter, using the format type specified in the third parameter.
Titlevision2011.exe convertdirectory c:\subtitles\ c:\convertedsubtitles\ usf
3. encodevideo Encodes the video specified by the first parameter into TitleVision's easily manageable video format (usually H.264) while also finding scene changes and creating an audio graph. The output files include a converted video file, a .peak file (audio graph data), and a .txt file (scene change data).
Titlevision2011.exe encodevideo c:\videos\hotshots.mp4
4. filevalidator Runs the File Validator tool.
Titlevision2011.exe filevalidator
See also: Batch processing, Convert video clip, File Validator |