[MPlayer-users] Just a suggestion/patch/improvement: A-V: +/- output

Kalin KOZHUHAROV kalin at ThinRope.net
Mon Apr 7 07:47:03 CEST 2003


I was just thinking that it may be better if a sign is always outputted in front of the A-V time (when running mplayer or mencoder), so that other columns don't move around. When you encode at 4000fps (-oac copy -ovc copy) it is at least disturbing to see everything move around.

I guess it is as easy as changing
    printf("A-V:%4.3f\n",avdelay);
to
    printf("A-V:%+4.3f\n",avdelay);

if it uses the stdio library...

Just my 2 cents.

Kalin.

-- 
||///_ o  *****************************
||//,_/>     WWW: http://ThinRope.net/ 
|||\ <" 
|||\\ ' 
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^



More information about the MPlayer-users mailing list