LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Video: avi to mpeg? (https://www.linuxquestions.org/questions/linux-software-2/video-avi-to-mpeg-626036/)

concoran 03-05-2008 10:14 PM

Video: avi to mpeg?
 
Hi,

Is there a good (and free) app that can convert my avi files to a reasonably good quality mpeg?

Thanks in advance.

lazlow 03-05-2008 10:26 PM

Avidemux is great at video conversions. It is in the F8 livna repo.

jschiwal 03-05-2008 10:28 PM

There is also mencoder which comes with mplayer, and transcode.

concoran 03-05-2008 10:39 PM

Ok, one thing at a time. I have livna installed on my FC8. How do I install Avidemux?

billymayday 03-05-2008 11:03 PM

"yum install Avidemux" or somthing along those lines

concoran 03-05-2008 11:13 PM

Hi BillyMayDay, I tried, but there is no such package available.
However, I managed to download a debian verion from getdeb.net. Is it possible to install a debian package in FC8? I know I could use 'alien' in Ubuntu to convert rpm to debian format. I can't seem to install alien on FC8 though. No such repository.

billymayday 03-05-2008 11:37 PM

If Lazlow says it's there, try

yum list available *vide*

Edit

Don't try installing a deb package

lazlow 03-05-2008 11:40 PM

If you have livna repo set up properly it is there. Post your /etc/yum.repos.d/livna.repo

billymayday 03-05-2008 11:42 PM

It's avidemux with a lower case "a" - I just looked in their repo

concoran 03-06-2008 12:05 AM

cool. Thanks, Folks. It worked :)

Now I'll try to go through docs a little bit, but any quick hints as to how to convert avi's to mpeg's?

lazlow 03-06-2008 01:33 AM

My bad. There are also front ends (also in livna) for avidemux. avidemux-qt and avidemux-gtk use whichever you prefer or try both. Once the frontend is installed it is a simple matter. In gnome they show up under Applications->Sound & Video.

concoran 03-06-2008 01:49 AM

lazlow, thanks for your response. But as I said, once I launch the app and load the avi file, what am I supposed to do? How do I convert that file to mpeg or any other good compressed format?

H_TeXMeX_H 03-06-2008 08:10 AM

Install ffmpeg, then run:

Code:

ffmpeg -i movie.avi movie.mpg

concoran 03-08-2008 02:48 AM

Hi TexMex,
I tried ffmpeg, but I must admit that the default mpg is not really good. Is there a better encoding out there?

lazlow 03-08-2008 03:02 AM

Open the file you want to convert. Under video choose the format you want to convert to. Under audio choose format. Under format choose the container you want to use. Hit save and name file.


All times are GMT -5. The time now is 02:46 AM.