Does anyone know of a good and free AVI->MPG converter with no restrictions?
I downloaded a trial version of ImToo AVI MPEG converter, but it only allows you to convert 5 minutes of video.
Does anyone know of a good and free AVI->MPG converter with no restrictions?
I downloaded a trial version of ImToo AVI MPEG converter, but it only allows you to convert 5 minutes of video.
For a superuser command-line approach with more control, FFMpeg will do this. You can find all of the more advanced tweaking options here. A basic conversion would look like so:
ffmpeg -i myfile.avi -target vcd /tmp/vcd.mpg
For a GUI Avidemux is great:

Both are free and open source, don't think it gets any less restrictive than that.
Try Quick Media Converter. No restrictions at all, and very little it can't handle.
The open source MediaCoder can convert pretty much anything and has a nice Windows GUI:
mencoder (part of mpalyer) uses FFMpeg and other supporting library, and supplies a uniform command line interface.
use media-convert.com it works very well, but the downside is its online. VLC can also do it, but I'm not exactly sure how. (its got to be a very recent version of VLC)