Changes between Version 21 and Version 22 of Encode/AV1
- Timestamp:
- Feb 15, 2021, 3:49:49 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encode/AV1
v21 v22 96 96 }}} 97 97 98 = SVT-AV1 = 99 100 `libsvtav1` is the Intel codec for AV1. Compile with `--enable-libsvtav1`. See [https://www.ffmpeg.org/ffmpeg-all.html#libsvtav1 ffmpeg doc]. 101 102 The range of options are similar to that of libaom (aomenc). 103 98 104 = rav1e = 99 105 100 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. 101 107 102 Unlike libaom, which is built for compression ratio first and speed second, rav1e reverses the priorities and goes for speed first. It claims to be the fastest software AV1 encoder. 103 104 = SVT-AV1 = 105 106 `libsvtav1` is the Intel codec for AV1. Compile with `--enable-libsvtav1`. See [https://www.ffmpeg.org/ffmpeg-all.html#libsvtav1 ffmpeg doc]. 108 Rav1e claims to be the fastest software AV1 encoder. 107 109 108 110 = More Info =
