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!!!