From d8bf24459b694338de4ceb2a2e6d4d2949d6658d Mon Sep 17 00:00:00 2001 From: Derek Buitenhuis Date: Wed, 29 May 2019 19:28:24 +0100 Subject: avcodec: Add librav1e encoder Port to the new send/receive API by: James Almer . Signed-off-by: Derek Buitenhuis --- doc/general.texi | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/general.texi') 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. -- cgit v1.2.3