What is FFMPEG? I’ve been to there site, and I’m still not sure. Is it a series of codecs, or a video file format, or what?
I use FFMEG at work a lot. It is a tool that can encode video, extract single frames of video, insert header data and more. It works via command line so we have a .bat file programmed that will automatically encode any file in a specific folder to our standard codec.
It is pretty awesome. If you have not familiar with compiling and command line stuff it is a royal pain to install. If you are, then you shouldnt have a problem.