[FFmpeg-devel] Applying Nellymoser patch

Lukasz Koszanski lkoszanski
Sat Oct 6 01:02:33 CEST 2007


Hi,

I have downloaded the patch for the ffmpeg form:

Url: http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20071001/11f6764a/attachment.txt

and applied it to the latest ffmpeg from the svn.

I have patched it and compiled with no problems:

#########################################################################

FFmpeg version SVN-r10657, Copyright (c) 2000-2007 Fabrice Bellard, et al.
  configuration: --disable-debug --enable-liba52bin --enable-libamr-nb --enable-libamr-wb --enable-libfaac --enable-libgsm --enable-libmp3lame --enable-gpl --enable-pthreads --enable-libfaad
  libavutil version: 49.5.0
  libavcodec version: 51.44.0
  libavformat version: 51.14.0
  built on Oct  5 2007 18:46:40, gcc: 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
usage: ffmpeg [[infile options] -i infile]... {[outfile options] outfile}...
Hyper fast Audio and Video encoder
.....
##########################################################################

Now whne I want to convert an "flv" to "3gp" I execute:


###########################################################################

ffmpeg -i videoStream_0.flv -s 176?144 -vcodec h263 -r 25 -b 200 -ab 64 -acodec mp3  -ac 1 -ar 8000 videoStream_0.3gp

###########################################################################

and I get this:

############################################################################
FFmpeg version SVN-r10657, Copyright (c) 2000-2007 Fabrice Bellard, et al.
  configuration: --disable-debug --enable-liba52bin --enable-libamr-nb --enable-libamr-wb --enable-libfaac --enable-libgsm --enable-libmp3lame --enable-gpl --enable-pthreads --enable-libfaad
  libavutil version: 49.5.0
  libavcodec version: 51.44.0
  libavformat version: 51.14.0
  built on Oct  5 2007 18:46:40, gcc: 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
[flv @ 0x8403734]Unsupported audio codec (ffffffff)
[flv @ 0x8403734]Unsupported video codec (ffffffff)
[flv @ 0x8403734]Unsupported audio codec (5)
[flv @ 0x8403734]Could not find codec parameters (Audio: 0x0005, 8000 Hz, mono)
Input #0, flv, from 'videoStream_0.flv':
  Duration: 00:00:00.0, start: 0.000000, bitrate: N/A
  Stream #0.0: Video: flv, yuv420p, 160x110, 1000.00 fps(r)
  Stream #0.1: Audio: 0x0005, 8000 Hz, mono
Incorrect frame size
lkoszanski at napocaUbuntu:~/Desktop$ 
#############################################################################

Can anyone tell me what am I doing wrong ?

Luke






More information about the ffmpeg-devel mailing list