1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-19 22:36:55 +00:00
mpv/DOCS/man/en
wm4 790df511c4 core: output --playing-msg message only after at least one frame is shown
This way it's possible to retrieve correct information about video, like
actual width/height, which in general are available only after at least
one frame has been sent to the video output, such as dwidth/dheight.

mpv_identify.sh becomes a bit slower, because we let it decode enough
audio and video to fill the audio buffers and to send one frame to the
video output. Also, --playing-msg isn't shown anymore with --frames=0
(could be fixed by special-casing it, should this break any use cases).

Note that in some corner cases, like when the demuxer for some reason
returns lots of audio packets but no video packets at the start, but
video actually starts later, the --playing-msg will still be output
before video starts.
2013-03-26 01:29:53 +01:00
..
af.rst af_lavrresample: add new resampling filter to replace the old ones 2013-03-13 23:51:30 +01:00
ao.rst vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driver 2012-12-28 08:40:28 +01:00
changes.rst options: drop --opt:subopt option names 2013-02-23 00:07:11 +01:00
encode.rst encode: remove dependency on current ffmpeg 2012-10-01 11:04:48 +02:00
input.rst command: export VO video width/height as properties 2013-03-26 01:29:53 +01:00
mpv.rst input.conf: change default bindings of 5/6 from hue to gamma 2013-03-01 14:56:24 +01:00
options.rst core: output --playing-msg message only after at least one frame is shown 2013-03-26 01:29:53 +01:00
vf.rst vf_yadif: switch to option parser, allow disabling by default 2013-02-23 00:12:45 +01:00
vo.rst wayland: fix typo in manpage 2013-03-02 12:17:56 +01:00