[MPlayer-users] [PATCH] mencoder pts, filmdint vfr, timecodedumping

Nico Sabbi nicola_sabbi at fastwebnet.it
Fri Oct 27 00:19:40 CEST 2006


Andrew Mahone wrote:

>
> If external files are banned for logs too, then what's the right way
> to deal with filtering that will work best with some knowledge of
> coming frames? 

mplayer is quite lacking in this respect, too;
one possible solution could be extending the config section
of the filters adding a couple of items to ask mplayer
the content of the log file and a description of the format.
Hopefully mplayer's parser can be used to
parse the rows and pass the values to the requesting filter

> Looking at vf.h, I guess what I need to do is buffer
> the first few frames in put_image, until I have enough to work with,
> and implement control so that I can handle buffer flushes. Is this the
> right way to go about it? Will the delayed frames mess up the encoder
> at all, or will it balance them against the frames that the filter
> consumed previously and/or use pts to determine if they should be
> dropped?
>
dunno, it's not really my resort :) sorry



More information about the MPlayer-users mailing list