I have a folder in which .wmvs are saved after they are finished recording. I would like to set up a script which encodes all of the files in this folder into .flvs with the appropriate size, frame rate, etc and then moves them to another folder. I have been looking for a command line .wmv to .flv converter to do this without much success. Has someone automatically encoded .wmvs to .flvs before that can point me in the right direction?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
This blog post looks like it can help you out (though it does assume the reader is less than a "super user"!). It details using the ffmpeg.exe command line tool to do video conversions. ffmpeg is very well regarded, and is used as the engine to drive many GUI conversion apps. It should just be a case of creating a batch file that calls the ffmpeg executable with the appropriate parameters, and then running that periodically, perhaps as a scheduled task. |
|||
|
ffmpeg is pretty much the defacto standard for video encoding and conversion. There's also MEncoder which is a command line tool that comes with MPlayer Both are free, open source and cross platform. |
|||
|
|