Mercurial > mplayer.hg
diff etc/codecs.conf @ 34565:25acb5f98cb4
Support v408 and AYUV decoding via FFmpeg.
| author | cehoyos |
|---|---|
| date | Sun, 05 Feb 2012 21:20:51 +0000 |
| parents | f3f93a410882 |
| children | 2a372b469420 |
line wrap: on
line diff
--- a/etc/codecs.conf Fri Feb 03 23:11:48 2012 +0000 +++ b/etc/codecs.conf Sun Feb 05 21:20:51 2012 +0000 @@ -234,6 +234,22 @@ dll v308 out 444P +videocodec ffv408 + info "FFmpeg Quicktime v408 packed 4:4:4:4" + status working + fourcc v408 + driver ffmpeg + dll v408 + out 444A + +videocodec ffayuv + info "FFmpeg Microsoft ayuv packed 4:4:4:4" + status working + fourcc AYUV + driver ffmpeg + dll ayuv + out 444A + videocodec ffyuv4 info "FFmpeg libquicktime yuv4 packed 4:2:0" status working
