vote up 1 vote down star
1

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.

flag
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 at 11:32

6 Answers

vote up 2 vote down

Handbrake or SUPER will do what you want.

link|flag
vote up 2 vote down

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|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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

link|flag
vote up 0 vote down

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|flag
vote up 0 vote down

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

alt text

link|flag

Your Answer

Get an OpenID
or
never shown

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