LinuxQuestions.org
Visit Jeremy's Blog.
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 06-24-2005, 07:07 PM   #1
RySk8er30
Member
 
Registered: Jul 2004
Location: Buffalo, NY
Distribution: Mandriva 2005LE
Posts: 274

Rep: Reputation: 30
ffmpeg


I am trying to use ffmpeg to convert an AVI file to an MPEG (VCD). When I run the following command:

Code:
ffmpeg  -i movie.avi -target ntsc-svcd movie.mpg
Everything works fine, but the file size is bigger than a CD. I can't seem to find an option to compress the image. Does ffmpeg have this ability? If not, are there any other tools to accomplish this task?

Ryan
 
Old 06-24-2005, 09:55 PM   #2
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
You need to specify the bitrate; the default is 5Mb/sec, which is much higher than you need. For example:

ffmpeg -i somefile.avi -y -target ntsc-dvd -hq -aspect 16:9 -b 1800 somefile.mpg

The "-b 1800" specifies 1800 Kbps, or 1.8Mbps.
 
Old 06-25-2005, 07:22 AM   #3
RySk8er30
Member
 
Registered: Jul 2004
Location: Buffalo, NY
Distribution: Mandriva 2005LE
Posts: 274

Original Poster
Rep: Reputation: 30
Thanks for the info.

Is there any way to easily backup a DVD in linux?
 
Old 06-25-2005, 11:10 AM   #4
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
You can use DVDShrink, which is a (free) Windows program, but it runs under WINE. It has a very fast MPEG2 to MPEG2 transcoder, and can backup an entire DVD (all menus, subtitles, multiple audio tracks, etc.) in less than an hour. Tell it to generate an iso image on output (the only option that works under WINE), then use k3b to "burn a DVD iso".
 
  


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
Problem with ffmpeg.. BDiddy Linux - Software 0 10-18-2005 03:38 PM
ffmpeg Polanski Linux - Software 0 07-25-2005 10:05 PM
ffmpeg vs mplayer Lobais Linux - Software 1 01-12-2005 12:47 PM
frontend for ffmpeg? brunob Linux - Software 1 12-01-2004 01:54 AM
ffmpeg loop bendeco13 Linux - General 1 11-07-2004 10:53 PM

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

All times are GMT -5. The time now is 08:25 AM.

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