LinuxQuestions.org
Help answer threads with 0 replies.
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 01-26-2009, 05:17 PM   #1
JavaNinja
Member
 
Registered: Sep 2008
Posts: 90

Rep: Reputation: 15
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
 
Old 01-26-2009, 08:49 PM   #2
niknah
Member
 
Registered: Dec 2002
Location: In front of a computer
Distribution: UPS, DHL, FedEx
Posts: 466

Rep: Reputation: 38
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
 
Old 01-26-2009, 08:49 PM   #3
niknah
Member
 
Registered: Dec 2002
Location: In front of a computer
Distribution: UPS, DHL, FedEx
Posts: 466

Rep: Reputation: 38
Waa

Last edited by niknah; 01-26-2009 at 09:09 PM.
 
Old 01-26-2009, 08:59 PM   #4
niknah
Member
 
Registered: Dec 2002
Location: In front of a computer
Distribution: UPS, DHL, FedEx
Posts: 466

Rep: Reputation: 38
stupid site crashed and I hit reload

Last edited by niknah; 01-26-2009 at 09:10 PM.
 
Old 01-27-2009, 09:17 AM   #5
JavaNinja
Member
 
Registered: Sep 2008
Posts: 90

Original Poster
Rep: Reputation: 15
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.
 
Old 01-27-2009, 04:05 PM   #6
niknah
Member
 
Registered: Dec 2002
Location: In front of a computer
Distribution: UPS, DHL, FedEx
Posts: 466

Rep: Reputation: 38
Yes it's different depending on how the person who made the package compiled it, run "ffmpeg -formats" to see the supported formats.
 
Old 02-04-2009, 08:28 AM   #7
JavaNinja
Member
 
Registered: Sep 2008
Posts: 90

Original Poster
Rep: Reputation: 15
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.
 
Old 02-04-2009, 09:14 AM   #8
niknah
Member
 
Registered: Dec 2002
Location: In front of a computer
Distribution: UPS, DHL, FedEx
Posts: 466

Rep: Reputation: 38
Try the "-ac 2" option for stereo, for extra quality try something like "-ab 192k" (to set the bitrate)

Thanks for the thumbs up!
 
  


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
Sendmail, outgoing mail header issue. cyberhydra Linux - Server 1 09-27-2008 05:33 AM
Is there an issue with ffmpeg and Suse 10.3 (AC3 audio)? jroyce SUSE / openSUSE 4 11-24-2007 11:26 AM
2.6 kernel compilaton issue with header files vijeesh_ep Linux - Newbie 0 10-25-2007 11:25 AM
dependency issue: libx264.so.54 needed by ffmpeg PhilTR Fedora 22 01-23-2007 11:06 AM
Yum install public key issue, not working for ffmpeg sparckis Linux - Newbie 2 10-22-2006 10:49 PM

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

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