PDA

View Full Version : Problems with ffmpeg cvs


gotaserena
5th April 2005, 21:54
Recently I've had this problem whenever I try to encode a file:

--
>ffmpeg -y -i MVI_0043.AVI -cropbottom 0 -croptop 0 -cropleft 14 \
-cropright 14 -vcodec mpeg4 -r 15 -s qcif -qscale 6 -i_qfactor \
1.4 -4mv -nr 4 -lumi_mask -dark_mask -aic -umv -acodec amr_nb \
-ac 1 -ab 24 -ar 8000 MVI_0043.3gp

ffmpeg version 0.4.9-pre1, build 4751, Copyright (c) 2000-2004 Fabrice Bellard
configuration: --prefix=/usr --enable-mp3lame --enable-vorbis --enable-faad --enable-faac --enable-xvid --enable-a52 --enable-dts --enable-pp --enable-amr_nb --enable-amr_wb --enable-gpl --enable-x264 --enable-ogg
built on Mar 29 2005 05:41:59, gcc: 3.4.3 20050110 (Gentoo Linux 3.4.3.20050110, ssp-3.4.3.20050110-0, pie-8.7.7)

Seems that stream 0 comes from film source: 15.00 (1000000/66666) -> 0.00 (0/138884032)
Input #0, avi, from 'MVI_0043.AVI':
Duration: 00:02:15.1, start: 0.000000, bitrate: 2169 kb/s
Stream #0.0: Video: mjpeg, 320x240, 15.00 fps
Stream #0.1: Audio: pcm_u8, 11024 Hz, mono, 88 kb/s
Output #0, 3gp, to 'MVI_0043.3gp':
Stream #0.0: Video: mpeg4, 176x144, 15.00 fps, q=2-31, 200 kb/s
Stream #0.1: Audio: amr_nb, 8000 Hz, mono, 24 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
[mpeg4 @ 0x83e0c00]removing common factors from framerate
Press [q] to stop encoding
frame= 0 q=0.0 size= 0kB time=10000000000.0 bitrate= 0.0kbits/s
video:0kB audio:211kB global headers:0kB muxing overhead 12.811138%
--

... and out comes no video at all, no matter which format/codec I pick for output... Does anybody knows what is going on?