Changes between Version 22 and Version 23 of Encode/AV1


Ignore:
Timestamp:
Feb 15, 2021, 7:33:28 AM (6 years ago)
Author:
Mingye Wang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Encode/AV1

    v22 v23  
    9898= SVT-AV1 =
    9999
    100 `libsvtav1` is the Intel codec for AV1. Compile with `--enable-libsvtav1`. See [https://www.ffmpeg.org/ffmpeg-all.html#libsvtav1 ffmpeg doc].
     100`libsvtav1` is the Intel x86-64 codec for AV1. Compile with `--enable-libsvtav1`. See [https://www.ffmpeg.org/ffmpeg-all.html#libsvtav1 ffmpeg doc] and [https://gitlab.com/AOMediaCodec/SVT-AV1/-/blob/master/Docs/svt-av1_encoder_user_guide.md upstream doc].
    101101
    102 The range of options are similar to that of libaom (aomenc).
     102The range of options are similar to that of libaom (aomenc). It is supposed to be faster than libaom while having comparable quality.
    103103
    104104= rav1e =
    105105
    106 `librav1e` is the Xiph encoder for AV1. Compile with `--enable-librav1e`. See [https://www.ffmpeg.org/ffmpeg-all.html#librav1e ffmpeg doc] for instructions.
     106`librav1e` is the Xiph encoder for AV1. Compile with `--enable-librav1e`. See [https://www.ffmpeg.org/ffmpeg-all.html#librav1e ffmpeg doc] and [https://github.com/xiph/rav1e/blob/master/src/bin/common.rs upstream CLI options].
    107107
    108 Rav1e claims to be the fastest software AV1 encoder.
     108Rav1e claims to be the fastest software AV1 encoder, but that really depends on the setting.
    109109
    110110= More Info =