Mercurial > mplayer.hg
changeset 34412:0ce6e01b636c
Support decoding AVrp, v308 and yuv4 via FFmpeg.
author | cehoyos |
---|---|
date | Wed, 04 Jan 2012 14:55:29 +0000 |
parents | fb9948833d0c |
children | 8eebe2a33894 |
files | etc/codecs.conf |
diffstat | 1 files changed, 24 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/codecs.conf Wed Jan 04 12:33:59 2012 +0000 +++ b/etc/codecs.conf Wed Jan 04 14:55:29 2012 +0000 @@ -218,6 +218,30 @@ dll "r10k" out RGB48BE,RGB48LE +videocodec ffavrp + info "FFmpeg Avid 1:1 10-bit RGB Packer" + status working + fourcc AVrp + driver ffmpeg + dll avrp + out RGB48BE,RGB48LE + +videocodec ffv308 + info "FFmpeg Quicktime v308 packed 4:4:4" + status working + fourcc v308 + driver ffmpeg + dll v308 + out 444P + +videocodec ffyuv4 + info "FFmpeg libquicktime yuv4 packed 4:2:0" + status working + fourcc yuv4 + driver ffmpeg + dll yuv4 + out YV12 + videocodec blackmagic info "Blackmagic 10-bit" status working