1
0
mirror of https://github.com/mpv-player/mpv synced 2025-05-10 03:59:57 +00:00
mpv/DOCS/man/en
wm4 f1175cd905 core: add --keep-open, which doesn't close the file on EOF
The --keep-open option causes mpv not to close the current file.
Instead, it will pause, and allow the user to seek around. When
seeking beyond the end of the file, mpv does a precise seek back to
the previous last known position that produced video output.

In some corner cases, mpv might not be able to produce video output at
all, despite having created a VO. (Possibly when only 1 frame could be
decoded, but the video filter chain queues frames. Then a VO would be
created, without sending an actual video frame to the VO.) In these
cases, the VO window will not redraw, not even OSD.

Based on a patch by coax [1].

[1] http://devel.mplayer2.org/ticket/210#comment:4
2012-11-16 21:21:15 +01:00
..
af.rst manpage: various fixes 2012-11-16 21:21:14 +01:00
ao.rst manpage: cleanup 2012-10-24 21:56:35 +02:00
changes.rst options: rename -sub-fuzziness to -autosub-match, change option values 2012-11-16 21:21:15 +01:00
encode.rst encode: remove dependency on current ffmpeg 2012-10-01 11:04:48 +02:00
input.rst command: add sub_reload and sub_remove commands 2012-11-16 21:21:15 +01:00
mpv.rst video/filter: rename vf_eq2 to vf_eq 2012-11-16 21:21:14 +01:00
options.rst core: add --keep-open, which doesn't close the file on EOF 2012-11-16 21:21:15 +01:00
vf.rst video/filter: rename vf_eq2 to vf_eq 2012-11-16 21:21:14 +01:00
vo.rst vo_opengl: remove osdcolor suboption 2012-11-16 21:21:14 +01:00