mpv/player
wm4 996ab61a6a command: add property that estimates current video FPS
This is done after filters, so things like framerate-doubling
deinterlacing is accounted for.

Unfortunately, framedropping can cause inaccuracies (especially after
precise seeks), and we can't really know when that happens. Even though
we know that the decoder might drop a frame if we request it to do so,
we don't know when the dropped frame will start or stop affecting the
video filter chain. Video filters can have frames buffered, and we
can't tell at which point the dropped frame would have been output.
It's not even possible to mark a discontinuity after seek, because
again we don't know if the filter chain still has the discontinuity
within its buffers.

So we have to live with the fact that the output of this property can
be completely broken after seek, unless --no-hr-seek-framedrop is used.
2014-05-08 01:25:48 +02:00
..
lua
timeline
audio.c
client.c
client.h
command.c command: add property that estimates current video FPS 2014-05-08 01:25:48 +02:00
command.h
configfiles.c
core.h
discnav.c
loadfile.c
lua.c
lua.h
main.c
main_fn.c
misc.c
osd.c
playloop.c
screenshot.c
screenshot.h
sub.c
video.c options: add --hr-seek-framedrop option 2014-05-07 22:05:30 +02:00