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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
07-30-2006, 08:20 PM
|
#1
|
Member
Registered: Jul 2004
Distribution: Fedora
Posts: 241
Rep:
|
ffmpeg - Quicktime to Quicktime
I use ffmpeg to convert MOV files to FLV files, but I need to do one that stays a MOV file and just tweak the size and quality. Can that be done with ffmpeg? Does anyone know the command line options?
|
|
|
08-01-2006, 01:13 PM
|
#2
|
Senior Member
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
|
The 'man ffmpeg' command will get you the documentation. If you just want to reduce the video bitrate, you can use the '-b' option.
|
|
|
08-01-2006, 01:59 PM
|
#3
|
LQ Guru
Registered: Jan 2002
Posts: 6,042
Rep:
|
MOV files usually uses lossy compression. This means every time you want to tweak it, it loses quality.
Go to http://ffmpeg.mplayerhq.hu/ffmpeg-doc.html for the documentation. Typing man ffmpeg will not give you a manual for ffmpeg because it does not come with one.
|
|
|
08-01-2006, 02:45 PM
|
#4
|
Senior Member
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
|
Electro - Perhaps the package for your distribution(s) omitted the documentation, but 'man ffmpeg' on FC5 with the package installed from the FC5 repositories (the OPs distro) includes it.
|
|
|
08-01-2006, 06:28 PM
|
#5
|
LQ Guru
Registered: Jan 2002
Posts: 6,042
Rep:
|
If you compile ffmpeg yourself, it will not include any manuals.
|
|
|
08-01-2006, 06:46 PM
|
#6
|
Senior Member
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
|
If you install from source from the mplayerhq.hu site, when you perform the 'make' it will also execute with the "install-man" target. That's the equivalent of running:
make install-man
By default, make will try to install the files in /usr/local/man/man1, however the man files are not generated from the texi files by this process. In order to do that, you need to install the 'texi2html' utility. Without that utility, the conversion of the texi files will fail, and the subsequent installation of the man pages will fail.
I'm guessing that you don't have texi2html installed if you don't have the ffmpeg man pages.
Last edited by macemoneta; 08-01-2006 at 06:48 PM.
|
|
|
All times are GMT -5. The time now is 05:03 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|