Is there any free GOOD video converter for Linux, which can also convert from AVI to iPhone? I need something with good quality.

Using Linux Mint.

link|improve this question

78% accept rate
feedback

3 Answers

up vote 7 down vote accepted

Handbrake is a really good video converter. It's free, open-source and cross-platform:

There's an old proverb in the video encoding world: "Speed, size, quality: pick two." It means that you always have to make a trade-off between the time it takes to encode a video, the amount of compression used, and the picture quality. Well, this release of HandBrake refuses to compromise. It picks all three.

link|improve this answer
feedback

By iPhone, I assume you mean mpeg4. There's a lot of command line tools that can achieve that. The main ones are ffmpeg and mplayer/mencoder.

You can also have a look at this Nautilus script.

link|improve this answer
1  
i'd suggest in addition taking a look at winff as a ffmpeg front end. – Journeyman Geek Dec 18 '09 at 10:05
feedback

Try Avidemux : it have a GTK+ gui is complete and more user-friendly in comparison to other command line editors, you can find it in the repository.

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.