More specifically, how do I convert MPG files to 3GP everyday at 3.00am?

C:\TV\*.mpg -> C:\TV\*.3gp

It would be more convenient if one video converter program could do all of this but I'm open to using different tools and command line scripting if needed.

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Use FFmpeg and write a batch script to control FFmpeg through the command line. Once the script works as expected, use Windows Scheduler to run the script everyday at 3.00am

link|improve this answer
Download Windows x86 Build here – Level1Coder Jun 19 '10 at 9:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.