summaryrefslogtreecommitdiff
path: root/doc/general.texi
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2019-05-29 19:28:24 +0100
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2019-11-10 13:55:39 +0000
commitd8bf24459b694338de4ceb2a2e6d4d2949d6658d (patch)
tree1613cbdf8e695b2f7ef484484bedf79ae0f515e7 /doc/general.texi
parent0f89a2293ea5f642a67700225d76948ed154418e (diff)
avcodec: Add librav1e encoder
Port to the new send/receive API by: James Almer <jamrial@gmail.com>. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'doc/general.texi')
-rw-r--r--doc/general.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/general.texi b/doc/general.texi
index 79a23e1718..a5b77e0de1 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -253,6 +253,13 @@ FFmpeg can use the OpenJPEG libraries for decoding/encoding J2K videos. Go to
instructions. To enable using OpenJPEG in FFmpeg, pass @code{--enable-libopenjpeg} to
@file{./configure}.
+@section rav1e
+
+FFmpeg can make use of rav1e (Rust AV1 Encoder) via its C bindings to encode videos.
+Go to @url{https://github.com/xiph/rav1e/} and follow the instructions to build
+the C library. To enable using rav1e in FFmpeg, pass @code{--enable-librav1e}
+to @file{./configure}.
+
@section TwoLAME
FFmpeg can make use of the TwoLAME library for MP2 encoding.