MPG to AVI from Command Line
Posted: Mon Jun 06, 2011 1:41 am
I'm using the following .BAT file in an attempt to convert from MPG to AVI, using a trial version of VideoZilla 3.0.
Code:
C:
cd \
cd "Program Files"\VIDEOzilla
convert.exe /avi /file "D:\Recorded TV\UnConverted\0420 Colbert.mpg"
pause
When executing "convert.exe", it hangs for about a second, gives no error message and exits without converting. Guidance welcomed. Thanks!!!
Code:
C:
cd \
cd "Program Files"\VIDEOzilla
convert.exe /avi /file "D:\Recorded TV\UnConverted\0420 Colbert.mpg"
pause
When executing "convert.exe", it hangs for about a second, gives no error message and exits without converting. Guidance welcomed. Thanks!!!