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.
|
 |
01-26-2009, 05:17 PM
|
#1
|
Member
Registered: Sep 2008
Posts: 90
Rep:
|
Ffmpeg and Xing header - iTunes issue and Duration issue
Hello all,
I extract the audio from a bunch of flv files as an MP3. This works great:
Code:
ffmpeg -i video.flv -vn -acodec copy audio.mp3
However, some audio that I extract have durations that are longer than they should be and some MP3 files keep looping the audio! Also in some audio players like Windows Media Player, the seekbar gets stuck at one point but plays the mp3.
I have found out this is due to Xing headers not being correct or set (?). I was hoping someone could help me edit the above command so this is fixed and maybe some explanation of why this happens so I can learn.
Any help highly appreciated 
|
|
|
01-26-2009, 08:49 PM
|
#2
|
Member
Registered: Dec 2002
Location: In front of a computer
Distribution: UPS, DHL, FedEx
Posts: 466
Rep:
|
What you're doing there is copying the audio straight from the .flv file.
It may not have been stored as mp3 in the .flv file.
Try...
ffmpeg -i video.flv -vn -acodec libmp3lame audio.mp3
|
|
|
01-26-2009, 08:49 PM
|
#3
|
Member
Registered: Dec 2002
Location: In front of a computer
Distribution: UPS, DHL, FedEx
Posts: 466
Rep:
|
Waa
Last edited by niknah; 01-26-2009 at 09:09 PM.
|
|
|
01-26-2009, 08:59 PM
|
#4
|
Member
Registered: Dec 2002
Location: In front of a computer
Distribution: UPS, DHL, FedEx
Posts: 466
Rep:
|
stupid site crashed and I hit reload
Last edited by niknah; 01-26-2009 at 09:10 PM.
|
|
|
01-27-2009, 09:17 AM
|
#5
|
Member
Registered: Sep 2008
Posts: 90
Original Poster
Rep:
|
That is strange your command only worked for me when i changed libmp3lame to just mp3. It must be just my settings?
That commands works for a normal convert but I am going to test it on my weird flv and report back.
|
|
|
01-27-2009, 04:05 PM
|
#6
|
Member
Registered: Dec 2002
Location: In front of a computer
Distribution: UPS, DHL, FedEx
Posts: 466
Rep:
|
Yes it's different depending on how the person who made the package compiled it, run "ffmpeg -formats" to see the supported formats.
|
|
|
02-04-2009, 08:28 AM
|
#7
|
Member
Registered: Sep 2008
Posts: 90
Original Poster
Rep:
|
Hey,
After much testing and no complaints from my users. I can say that your solution worked very well nikha. Thank you.
One thing though, i've had one of my users email me this:
"your site give the smaller mono audio from flv instead of the higher quality stereo from mp4"
Is there a way for me to set quality to as high as possible can be? Or maybe copy the quality of the audio in the flv before i convert it to mp3?
Thank you for anymore help.
|
|
|
02-04-2009, 09:14 AM
|
#8
|
Member
Registered: Dec 2002
Location: In front of a computer
Distribution: UPS, DHL, FedEx
Posts: 466
Rep:
|
Try the "-ac 2" option for stereo, for extra quality try something like "-ab 192k" (to set the bitrate)
Thanks for the thumbs up!
|
|
|
All times are GMT -5. The time now is 04:09 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
|
|