Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Media file management > Converting audio/video files
Register FAQ Members List Calendar Mark Forums Read

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 04-16-2006, 04:09 AM
Stream Recorder
 
Posts: n/a
Default

ffmpeg: How to convert FLV to MP3 without losing any quality (demux/extract MP3)


How to extract MP3 files from FLV video files with freeware command-line ffmpeg (Windows, Linux, Mac OS X)

First of all find out what type of audio is used in the video file:
Code:
ffmpeg -i inputfile.flv
You will get something like
Code:
Stream #0.1: Audio: mp3, 44100 Hz, mono, s16, 128 kb/s
Now you know that MP3 audio is used (or AAC, or Speex, or Wav,...), so use the following command:
Code:
ffmpeg -i input.flv -vn -acodec copy output.mp3
Reply With Quote
 
Tags: , , , , , , , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 08:27 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons