Changes between Version 41 and Version 42 of Encode/AV1


Ignore:
Timestamp:
Mar 2, 2023, 4:28:49 PM (7 months ago)
Author:
Antelope
Comment:

Fixed typo: encoder=libasvav1 => encoder=libsvtav1

Legend:

Unmodified
Added
Removed
Modified
  • Encode/AV1

    v41 v42  
    133133SVT-AV1 (`libsvtav1`) is an encoder originally developed by Intel in collaboration with Netflix. In 2020, SVT-AV1 was adopted by AOMedia as the basis for the future development of AV1 as well as future codec efforts. The encoder supports a wide range of speed-efficiency tradeoffs and scales fairly well across many CPU cores.
    134134
    135 To enable support, FFmpeg needs to be built with `--enable-libsvtav1`. For options available in your specific build of FFmpeg, see `ffmpeg -help encoder=libasvav1`. See also [https://www.ffmpeg.org/ffmpeg-all.html#libsvtav1 FFmpeg documentation], the upstream [https://gitlab.com/AOMediaCodec/SVT-AV1/-/blob/master/Docs/svt-av1_encoder_user_guide.md encoder user guide] and [https://gitlab.com/AOMediaCodec/SVT-AV1/-/blob/master/Docs/Parameters.md list of all parameters].
     135To enable support, FFmpeg needs to be built with `--enable-libsvtav1`. For options available in your specific build of FFmpeg, see `ffmpeg -help encoder=libsvtav1`. See also [https://www.ffmpeg.org/ffmpeg-all.html#libsvtav1 FFmpeg documentation], the upstream [https://gitlab.com/AOMediaCodec/SVT-AV1/-/blob/master/Docs/svt-av1_encoder_user_guide.md encoder user guide] and [https://gitlab.com/AOMediaCodec/SVT-AV1/-/blob/master/Docs/Parameters.md list of all parameters].
    136136
    137137Many options are passed to the encoder with `-svtav1-params`. This was introduced in SVT-AV1 0.9.1 and has been supported since FFmpeg 5.1.