mirror of https://github.com/mpv-player/mpv
codecs.conf: add Libav ProRes decoder
This commit is contained in:
parent
ef81031350
commit
e35362f507
|
@ -2830,6 +2830,17 @@ videocodec qtaic
|
|||
dll "QuickTime.qts"
|
||||
out UYVY
|
||||
|
||||
videocodec ffprores
|
||||
info "Libav ProRes"
|
||||
status working
|
||||
fourcc apch
|
||||
fourcc apcn
|
||||
fourcc apcs
|
||||
fourcc apco
|
||||
fourcc ap4h
|
||||
driver ffmpeg
|
||||
dll prores
|
||||
|
||||
videocodec qtprores
|
||||
info "Apple ProRes 422 (HQ) decoder"
|
||||
status working
|
||||
|
|
Loading…
Reference in New Issue