Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
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 Code:
Stream #0.1: Audio: mp3, 44100 Hz, mono, s16, 128 kb/s Code:
ffmpeg -i input.flv -vn -acodec copy output.mp3 |
Tags: convert, converter, demux, extract, ffmpeg, flv, flv to mp3, linux, lossless, losslessly, mac os x, mp3, windows |
Thread Tools | |
Display Modes | |
|
|