Command Line Access
Previous  Top  Next

Video Cleaner Pro comes with a seperate command line audio converter, which is tied to the Video Cleaner Pro license.

The name of this command line program is "ConvertVideo.exe". Its syntax is:

ConvertVideo -f:InputFileName -t:OutputFileName -p:ProfileName

First, to use the command line converter, you need to use Video Cleaner Pro to create a profile. The profile is simply the settings you want to use for the convertion, including file type, video and audio settings.
 
Now, select "File | Save Conversion List..." in Video Cleaner Pro.

menu_file_save_conversion_list  
 
Save the file to a easy-to-find location
 
save_conversion_list_dialog_audio_converter  
 
The conversion list contains the complete Video Cleaner settings, including the file list and output directory. However, when used with the command line converter, only the Format information is used. The file list and output directory settings are ignored.

Now you can use the command line converter with the -f, -t, and -p parameters. You can use double quotes to identify a long file name. The following is an example:

ConvertVideo -f:"C:\Media\myvideo.avi" -t:"C:\Output\myvideo.wmv" -p:"C:\profiles\profile1.xml"