diff options
author | James Almer <jamrial@gmail.com> | 2019-05-20 18:18:33 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2019-05-20 18:21:33 -0300 |
commit | e1839283bc9a660f65a0e828ca044d926cbaf5dc (patch) | |
tree | 2e75a26c12d489a9b7ed485cae77b9de3b79a4a3 /doc/general.texi | |
parent | 8d9910a23ab3433dbbddb9076129745f6964c1c4 (diff) | |
download | ffmpeg-e1839283bc9a660f65a0e828ca044d926cbaf5dc.tar.gz |
doc: add basic documentation for libdav1d
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/general.texi')
-rw-r--r-- | doc/general.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi index d2324612c2..ec437230e3 100644 --- a/doc/general.texi +++ b/doc/general.texi @@ -97,6 +97,13 @@ Raw codec2 files are also supported. To make sense of them the mode in use needs to be specified as a format option: @code{ffmpeg -f codec2raw -mode 1300 -i input.raw output.wav}. +@section dav1d + +FFmpeg can make use of the dav1d library for AV1 video decoding. + +Go to @url{https://code.videolan.org/videolan/dav1d} and follow the instructions for +installing the library. Then pass @code{--enable-libdav1d} to configure to enable it. + @section davs2 FFmpeg can make use of the davs2 library for AVS2-P2/IEEE1857.4 video decoding. |