mirror of https://github.com/mpv-player/mpv
DOCS/man/options: update defaults for `--hwdec-codecs`
`prores` was added to the whitelist in 629b637406
.
This commit is contained in:
parent
db19dbca5c
commit
ecc6cddef0
|
@ -1755,7 +1755,7 @@ Video
|
|||
You can get the list of allowed codecs with ``mpv --vd=help``. Remove the
|
||||
prefix, e.g. instead of ``lavc:h264`` use ``h264``.
|
||||
|
||||
By default, this is set to ``h264,vc1,hevc,vp8,vp9,av1``. Note that
|
||||
By default, this is set to ``h264,vc1,hevc,vp8,vp9,av1,prores``. Note that
|
||||
the hardware acceleration special codecs like ``h264_vdpau`` are not
|
||||
relevant anymore, and in fact have been removed from FFmpeg in this form.
|
||||
|
||||
|
|
Loading…
Reference in New Issue