[Ffmpeg-devel] [PATCH] remove most of fprintf

Steve Lhomme steve.lhomme
Wed Mar 1 20:18:55 CET 2006


Michael Niedermayer wrote:
> Hi
> 
> On Wed, Mar 01, 2006 at 08:56:36AM -1000, Steve Lhomme wrote:
>> Same patch corrected. I verified the part in utils.c (av_log(ic, ..)) 
>> works and it does.
> 
> it works, but it messes the output of ffmpeg up

Here is a fresh build from CVS on MinGW:

$ ./ffmpeg -i /c/test/DivX/basic.avi toto.avi
FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard
   configuration:  --enable-memalign-hack --disable-shared --enable-static
   libavutil version: 49.0.0
   libavcodec version: 51.7.0
   libavformat version: 50.3.0
   built on Mar  1 2006 09:17:34, gcc: 3.4.4 (mingw special)

Seems that stream 0 comes from film source: 30000.00 (30000/1) -> 29.97 
(30000/1001)
Input #0, avi, from 'c:/test/DivX/basic.avi':
   Duration: 00:00:24.2, start: 0.000000, bitrate: 1366 kb/s
   Stream #0.0, 29.97 fps(r): Video: mpeg4, yuv420p, 640x432
   Stream #0.1: Audio: mp3, 44100 Hz, stereo, 128 kb/s
Output #0, avi, to 'toto.avi':
   Stream #0.0, 29.97 fps(c): Video: mpeg4, yuv420p, 640x432, q=2-31, 
200 kb/s
   Stream #0.1: Audio: mp2, 44100 Hz, stereo, 64 kb/s
Stream mapping:
   Stream #0.0 -> #0.0
   Stream #0.1 -> #0.1
frame=  726 q=31.0 Lsize=    1535kB time=24.1 bitrate= 522.6kbits/s
video:1298kB audio:188kB global headers:0kB muxing overhead 3.263023%





More information about the ffmpeg-devel mailing list