LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-05-2008, 10:14 PM   #1
concoran
Member
 
Registered: Jun 2001
Location: 28N,82W
Distribution: XP,Ubuntu 9
Posts: 473

Rep: Reputation: 30
Question 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.
 
Old 03-05-2008, 10:26 PM   #2
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
Avidemux is great at video conversions. It is in the F8 livna repo.
 
Old 03-05-2008, 10:28 PM   #3
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
There is also mencoder which comes with mplayer, and transcode.
 
Old 03-05-2008, 10:39 PM   #4
concoran
Member
 
Registered: Jun 2001
Location: 28N,82W
Distribution: XP,Ubuntu 9
Posts: 473

Original Poster
Rep: Reputation: 30
Ok, one thing at a time. I have livna installed on my FC8. How do I install Avidemux?
 
Old 03-05-2008, 11:03 PM   #5
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
"yum install Avidemux" or somthing along those lines
 
Old 03-05-2008, 11:13 PM   #6
concoran
Member
 
Registered: Jun 2001
Location: 28N,82W
Distribution: XP,Ubuntu 9
Posts: 473

Original Poster
Rep: Reputation: 30
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.
 
Old 03-05-2008, 11:37 PM   #7
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
If Lazlow says it's there, try

yum list available *vide*

Edit

Don't try installing a deb package

Last edited by billymayday; 03-05-2008 at 11:38 PM.
 
Old 03-05-2008, 11:40 PM   #8
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

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

Last edited by lazlow; 03-05-2008 at 11:42 PM.
 
Old 03-05-2008, 11:42 PM   #9
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
It's avidemux with a lower case "a" - I just looked in their repo
 
Old 03-06-2008, 12:05 AM   #10
concoran
Member
 
Registered: Jun 2001
Location: 28N,82W
Distribution: XP,Ubuntu 9
Posts: 473

Original Poster
Rep: Reputation: 30
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?

Last edited by concoran; 03-06-2008 at 12:41 AM.
 
Old 03-06-2008, 01:33 AM   #11
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
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.
 
Old 03-06-2008, 01:49 AM   #12
concoran
Member
 
Registered: Jun 2001
Location: 28N,82W
Distribution: XP,Ubuntu 9
Posts: 473

Original Poster
Rep: Reputation: 30
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?
 
Old 03-06-2008, 08:10 AM   #13
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Install ffmpeg, then run:

Code:
ffmpeg -i movie.avi movie.mpg
 
Old 03-08-2008, 02:48 AM   #14
concoran
Member
 
Registered: Jun 2001
Location: 28N,82W
Distribution: XP,Ubuntu 9
Posts: 473

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

Last edited by concoran; 03-08-2008 at 02:51 AM.
 
Old 03-08-2008, 03:02 AM   #15
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
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.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Playing video files directly from a DVD (avi, mpeg, etc.) rm_-rf_windows Linux - Software 3 06-25-2007 11:12 PM
avi to mpeg, reduce size of mpeg? gunnix Linux - General 5 03-04-2007 05:55 PM
Video editor for avi or mpeg files (Mepis) lenuvole Linux - Software 1 12-15-2005 07:14 AM
playing video of DAT MPEG AVI formats sharathg786 Red Hat 1 10-29-2005 05:59 AM
From Video-DVD to mpeg or avi. How? pepeq Linux - Software 0 02-13-2005 03:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:16 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration