LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-11-2008, 08:14 AM   #16
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106

Quote:
Originally Posted by yuchankit View Post
Do you mean that the package you provide includes all the encoders?

Let's say I need an encoder that converts .flv files to 3gp files,how I'm going to compile ffmpeg to include the mentioned encoder?Thank you.
This is more becoming a question about how ffmpeg works. If you want to know what my ffmpeg package supports, simply run
Code:
ffmpeg -formats
and check if the encoders you think you miss are present or not. If you find an encoder missing you can report that back...

Your question on how to produce a .3gp file has already been answered in this thread, but maybe you just don't get it. So:
Code:
ffmpeg -i inputfile.flv -s cif -vcodec h263 -acodec libamr_nb -ac 1 -ar 8000 -r 25 -ab 12200 -y outputfile.3gp
will take an input FLV file and create an output 3GP file using H263 video and AMR audio encoders in CIF format (352x288 pixels).

Eric
 
Old 01-07-2009, 04:17 PM   #17
Mountain Man
Member
 
Registered: Jul 2006
Distribution: Ubuntu 11.10 (desktop), lubuntu 11.10 (netbook)
Posts: 73

Rep: Reputation: 15
Kino is another choice for creating 3gp files. If you prefer to work in a gui instead of a command line, I'd check this one out. Also, I didn't have to recompile ffmpeg to make this work (maybe ubuntu already had this built in though). Just open the video in Kino, and click on the export buttion and click on the "other" tab. There is an option for 3gp in the dropdown list. I tried this with my Chocolate 3 and it worked like a charm.
 
  


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
convert .mkv to .avi Gortex Linux - General 10 12-05-2017 03:19 AM
How do I convert OGM to AVI? DJ747 Linux - Software 4 12-23-2011 09:30 AM
Gui that convert AVI to AVI DivX, with telling final avi target final size ? frenchn00b Linux - General 5 03-02-2008 05:37 AM
Convert avi to svcd skon Linux - General 2 12-28-2003 11:18 PM
convert avi to mpg jbogins Linux - Software 1 12-28-2003 09:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:24 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