[MPlayer-dev-eng] [PATCH 2/3] codecs.conf: Add AOM AV1 decoder via FFmpeg

Alexander Strasser eclipse7 at gmx.net
Wed Dec 4 01:32:39 EET 2019


Signed-off-by: Alexander Strasser <eclipse7 at gmx.net>
---
 etc/codecs.conf | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/etc/codecs.conf b/etc/codecs.conf
index bfc6c754f..6d62278e3 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
--


More information about the MPlayer-dev-eng mailing list