Hello,
I have been trying to convert a flv file to mp3 for over a week now using ffmpeg, but until now I could not get it to work
here is how the command runs
Code:
ahmad@ahmad-laptop:~/Music$ ffmpeg -i Kassas\ Season\ 2\ -\ Episode\ 10.flv kassas_10.mp3
FFmpeg version SVN-r19352-4:0.5+svn20090706-2ubuntu2, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --extra-version=4:0.5+svn20090706-2ubuntu2 --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-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libdc1394 --extra-cflags=-I/build/buildd/ffmpeg-0.5+svn20090706/debian/include --enable-shared --disable-static
libavutil 49.15. 0 / 49.15. 0
libavcodec 52.20. 0 / 52.20. 0
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 Oct 13 2009 22:15:16, gcc: 4.4.1
Seems stream 0 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 25.00 (25/1)
Input #0, flv, from 'Kassas Season 2 - Episode 10.flv':
Duration: 00:46:37.59, start: 0.000000, bitrate: 316 kb/s
Stream #0.0: Video: flv, yuv420p, 320x240, 260 kb/s, 25 tbr, 1k tbn, 1k tbc
Stream #0.1: Audio: mp3, 22050 Hz, stereo, s16, 56 kb/s
Output #0, mp3, to 'kassas_10.mp3':
Stream #0.0: Audio: 0x0000, 22050 Hz, stereo, s16, 64 kb/s
Stream mapping:
Stream #0.1 -> #0.0
Unsupported codec for output stream #0.0
ahmad@ahmad-laptop:~/Music$
I thought it would be the lame codec but I made sure that it was installed
I have mplayer, w32codecs, vlc player, dragon player and some conversion software that I downloaded from syanptic
What can I do to make ffmpeg convert my files again?
Thank you.
PS: mplayer is not working well and usually displays errors so vlc is my default player.