[Mplayer-cvslog] CVS: main mencoder.c,1.95,1.96 cfg-mencoder.h,1.27,1.28
Michael Niedermayer
michaelni at gmx.at
Mon Mar 18 00:13:49 CET 2002
Hi
On Monday 18 March 2002 00:13, Arpi wrote:
[...]
> i tried it, also set it to 50 not helps... same if i set it to 100000 or
> 24000000... also tried other parameters, seems to no effect.
> did you test it with mencoder, or ffmpeg ? (i'm using mencoder)
mostly mencoder :)
could u send me the/some output from
-------------hand made diff from mpegvideo.c-----
s->last_pict_type= s->pict_type;
-//printf("q:%d diff:%d comp:%f rate_q:%d st_q:%d fvar:%d last_size:%d\n",
qscale, (int)diff, br_compensation,
-// rate_q, (int)short_term_q, s->mc_mb_var, s->frame_bits);
+printf("q:%d diff:%d comp:%f rate_q:%d st_q:%d fvar:%d last_size:%d\n",
qscale, (int)diff, br_compensation,
+ rate_q, (int)short_term_q, s->mc_mb_var, s->frame_bits);
//printf("%d %d\n", s->bit_rate, (int)fps);
return qscale;
#else
INT64 diff, total_bits = s->total_bits;
-------------------------------------------------
[...]
Michael
More information about the MPlayer-cvslog
mailing list