mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 08:12:17 +00:00
manpage: do not use deprecated syntax in example
This commit is contained in:
parent
f58d3591d9
commit
9434aa75b2
@ -2140,7 +2140,7 @@ Demuxer
|
||||
Play a raw YUV sample::
|
||||
|
||||
mpv sample-720x576.yuv --demuxer=rawvideo \
|
||||
--demuxer-rawvideo=w=720:h=576
|
||||
--demuxer-rawvideo-w=720 --demuxer-rawvideo-h=576
|
||||
|
||||
``--demuxer-rawvideo-format=<value>``
|
||||
Color space (fourcc) in hex or string for ``--demuxer=rawvideo``
|
||||
|
Loading…
Reference in New Issue
Block a user