How to automatically convert all video files in a folder at a scheduled time?

3

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.

Level1Coder

Posted 2010-06-19T06:05:04.480

Reputation: 1 937

Answers

5

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

Level1Coder

Posted 2010-06-19T06:05:04.480

Reputation: 1 937

1

It's better to download from official web-site. In case of windows, direct link is this

– Jet – 2015-06-19T17:11:11.610

Download Windows x86 Build here

– Level1Coder – 2010-06-19T09:26:32.487