Changes between Version 22 and Version 23 of Encode/AV1
- Timestamp:
- Feb 15, 2021, 7:33:28 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encode/AV1
v22 v23 98 98 = SVT-AV1 = 99 99 100 `libsvtav1` is the Intel codec for AV1. Compile with `--enable-libsvtav1`. See [https://www.ffmpeg.org/ffmpeg-all.html#libsvtav1 ffmpegdoc].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]. 101 101 102 The range of options are similar to that of libaom (aomenc). 102 The range of options are similar to that of libaom (aomenc). It is supposed to be faster than libaom while having comparable quality. 103 103 104 104 = rav1e = 105 105 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]. 107 107 108 Rav1e claims to be the fastest software AV1 encoder .108 Rav1e claims to be the fastest software AV1 encoder, but that really depends on the setting. 109 109 110 110 = More Info =
