up vote 3 down vote favorite
1
share [g+] share [fb]

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.

link|improve this question

Yeah this is a good question - when I try to google programs for video conversion I find hundreds of programs that list themselves on freeware sites but infact are only free for 30 days or whatever – codeulike Oct 25 '09 at 11:32
feedback

6 Answers

up vote 3 down vote accepted

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:

alt text

Both are free and open source, don't think it gets any less restrictive than that.

link|improve this answer
feedback

Handbrake or SUPER will do what you want.

link|improve this answer
feedback

Try Quick Media Converter. No restrictions at all, and very little it can't handle.

link|improve this answer
feedback

mencoder (part of mpalyer) uses FFMpeg and other supporting library, and supplies a uniform command line interface.

link|improve this answer
feedback

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)

link|improve this answer
feedback

The open source MediaCoder can convert pretty much anything and has a nice Windows GUI

enter image description here

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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