1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-08 07:08:12 +00:00
mpv/DOCS/man
wm4 b822faa6cf demux: add option to control the readahead buffer by a duration value
--demuxer-readahead-secs now controls how much the demuxer should
readahead by an amount of seconds. This is based on the raw packet
timestamps. It's not always very exact. For example, h264 in Matroska
does not store any linear timestamps (only PTS values which are going
to be reordered by the decoder), so this heuristic is usually off by
several hundred milliseconds.

The decision whether to readahead is basically OR-ed with the other
--demuxer-readahead-packets options. Change the manpage descriptions
to subtly convey these semantics.
2014-08-16 17:10:08 +02:00
..
af.rst af_lavcac3enc: lower minimum channel number to 3 2014-08-12 23:45:41 +02:00
ao.rst ao_alsa: disable use of non-interleaved formats by default 2014-07-30 23:28:44 +02:00
changes.rst manpage: explain how to replace --slave-broken 2014-08-02 03:12:33 +02:00
encode.rst DOCS: remove en/ sub-directory 2014-06-20 23:01:12 +02:00
input.rst video: add VO framedropping mode 2014-08-15 23:33:33 +02:00
lua.rst manpage: lua: document timer timeout and oneshot fields 2014-07-29 00:22:21 +02:00
mpv.rst manpage: update keybindings 2014-08-11 21:56:37 +02:00
options.rst demux: add option to control the readahead buffer by a duration value 2014-08-16 17:10:08 +02:00
osc.rst DOCS: remove en/ sub-directory 2014-06-20 23:01:12 +02:00
vf.rst video/filter: add vf_buffer 2014-07-30 23:29:00 +02:00
vo.rst vo_opengl: optional support for using GLX_SGI_video_sync 2014-08-15 23:36:13 +02:00