[How To]: Convert FLV Files To MP3 Using FFMPEG Command Line
|FFMPEG can do a lot streaming, converting, also an audio – video codec library. after installing any linux distributions usually I install FFmpeg Codec library.
Download FFMPEG Here.
There is a GUI application for FFmpeg converter WinFF but I prefer using command line for converting multimedia files. it’s quite easy to use command line, you will get used to it by time.
FLV file is a container that means it might contain audio, video, text, data. Kinda like Youtube videos. but MP3 file it’s only audio file format.
Open Terminal: then type
ffmpeg -i ~/Music/88.flv ~/Desktop/88.mp3
~/Music/88.flv
is the destination for original FLV file
~/Desktop/88.mp3
is the output mp3 file destination change it as you wish.
That’s it for now.
4 Comments
This program does not work in Linux. Why on earth would you write about a WINDOWS only program on a Linux blog?????????
FFmpeg is free open source codec library, working on many platforms including Gnu/Linux.
having prob with this. i remember doing this years ago on ubuntu 6.6
this is output:
~/dwhelper $ ffmpeg -i On*.flv ~/Music/On.mp3
FFmpeg version SVN-r0.5.1-4:0.5.1-1ubuntu1, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: –extra-version=4:0.5.1-1ubuntu1 –prefix=/usr –enable-avfilter –enable-avfilter-lavf –enable-vdpau –enable-bzlib –enable-libgsm –enable-libschroedinger –enable-libspeex –enable-libtheora –enable-libvorbis –enable-pthreads –enable-zlib –disable-stripping –disable-vhook –enable-runtime-cpudetect –enable-gpl –enable-postproc –enable-swscale –enable-x11grab –enable-libdc1394 –enable-shared –disable-static
libavutil 49.15. 0 / 49.15. 0
libavcodec 52.20. 1 / 52.20. 1
libavformat 52.31. 0 / 52.31. 0
libavdevice 52. 1. 0 / 52. 1. 0
libavfilter 0. 4. 0 / 0. 4. 0
libswscale 0. 7. 1 / 0. 7. 1
libpostproc 51. 2. 0 / 51. 2. 0
built on Mar 4 2010 12:35:30, gcc: 4.4.3
Seems stream 0 codec frame rate differs from container frame rate: 50.00 (50/1) -> 25.00 (25/1)
Input #0, flv, from ‘On the Eve of War (Julio Cesar Chavez Mix).flv’:
Duration: 00:03:59.84, start: 0.000000, bitrate: 82 kb/s
Stream #0.0: Video: h264, yuv420p, 320×240 [PAR 1:1 DAR 4:3], 82 kb/s, 25 tbr, 1k tbn, 50 tbc
Stream #0.1: Audio: aac, 44100 Hz, stereo, s16
Output #0, mp3, to ‘/home/nblank/Music/On.mp3’:
Stream #0.0: Audio: 0x0000, 44100 Hz, stereo, s16, 64 kb/s
Stream mapping:
Stream #0.1 -> #0.0
Unsupported codec for output stream #0.0
and i have downloadhelper on ff where it claims can dl and convert automatic but always is the case it fails