From 327dd40996e0eb671c3f6cdcdc429d9a7be25187 Mon Sep 17 00:00:00 2001 From: al Date: Tue, 24 Dec 2019 10:43:45 +0000 Subject: [PATCH 2/5] codecs.conf: Add AOM AV1 decoder via FFmpeg git-svn-id: svn://git.mplayerhq.hu/mplayer/trunk@38156 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/etc/codecs.conf b/etc/codecs.conf index a0757c79d..fa8f1fedb 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -19,6 +19,16 @@ videocodec fflibdav1d out 444P,444P10,444P12 out GBR24P,GBR10P,GBR12P +videocodec fflibaomav1 + info "FFmpeg wrapper for libaom/AV1" + status working + fourcc AV01,av01 + driver ffmpeg + dll libaom-av1 + out YV12,420P10,420P12 + out 422P,422P10,422P12 + out 444P,444P10,444P12 + videocodec ffiff info "FFmpeg IFF ANIM/ILBM/PBM/RGB8/RGBN" status working -- 2.26.0