no, copy is for the audio. With an FLV file, the audio is mp3, so this option means that the audio stream is just mapped to the new mpeg video stream instead of having to decode and reencode it.
and sorry, i should have put the error message, don't know what i was thinking.
- Code: Select all
[calum@harvey ~]$ ffmpeg -b 800k-i gtk-gnutella-downloads/complete/Spike\ Jones\ videos/Spike\ jones\ and\ Country\ Cousins.flv -acodec copy -b 2k -s 320x240 outfile.mpg
FFmpeg version SVN-r6524, Copyright (c) 2000-2006 Fabrice Bellard, et al.
configuration: --prefix=/usr --libdir=/usr/lib --shlibdir=/usr/lib --mandir=/usr/share/man --enable-mp3lame --enable-libogg --enable-vorbis --enable-faadbin --enable-faac --enable-xvid --enable-x264 --enable-a52 --enable-a52bin --enable-dts --enable-pp --enable-shared --enable-pthreads --enable-dc1394 --enable-gpl --disable-strip --extra-cflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -march=i386 -fasynchronous-unwind-tables
libavutil version: 49.0.1
libavcodec version: 51.16.0
libavformat version: 50.5.0
built on Oct 27 2006 08:43:35, gcc: 4.0.2 20051125 (Red Hat 4.0.2-8)
ffmpeg: unrecognized option '-b'
so it's the option that's not working. i just thought maybe somebody here had seen about it. i found a couple of people saying they had also had this problem on the web, but haven't found any answer to it yet.