Changes between Version 21 and Version 22 of Encode/AV1


Ignore:
Timestamp:
Feb 15, 2021, 3:49:49 AM (6 years ago)
Author:
Mingye Wang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Encode/AV1

    v21 v22  
    9696}}}
    9797
     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
     102The range of options are similar to that of libaom (aomenc).
     103
    98104= rav1e =
    99105
    100106`librav1e` is the Xiph encoder for AV1. Compile with `--enable-librav1e`. See [https://www.ffmpeg.org/ffmpeg-all.html#librav1e ffmpeg doc] for instructions.
    101107
    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].
     108Rav1e claims to be the fastest software AV1 encoder.
    107109
    108110= More Info =