
Originally Posted by
abhollow
"C:\Program Files\Replay AV 8\ReplayConverter.exe" ?"C:\FilesToConvert\File1.wmv"?"C:\FilesToConvert\ File1-100.mp4"?MP4-100
I wonder if the quotes around the input and output file names are causing a problem? The input and output file names don't contain any embedded spaces so you could leave those out like so:
Code:
"C:\Program Files\Replay AV 8\ReplayConverter.exe" ?C:\FilesToConvert\File1.wmv?C:\FilesToConvert\File1-100.mp4?MP4-100
The Replay Converter command line parameters are documented in the Replay Converter User Guide.
It may just be the way the message board software works but your command appears to have an embedded space in the target file specification.
Bookmarks