Changes between Version 27 and Version 28 of Encode/AV1


Ignore:
Timestamp:
Aug 9, 2021, 1:54:30 PM (5 years ago)
Author:
veikk0
Comment:

grammar

Legend:

Unmodified
Added
Removed
Modified
  • Encode/AV1

    v27 v28  
    5959
    6060* In pass 1 and 2, use the `-pass 1` and `-pass 2` options, respectively.
    61 * In pass 1, output to a null file descriptor, not an actual file. (This will generate a logfile that ffmpeg needs for the second pass.)
     61* In pass 1, output to a null file descriptor, not an actual file. (This will generate a logfile that FFmpeg needs for the second pass.)
    6262* In pass 1, you can leave audio out by specifying `-an`.
    6363
     
    112112= SVT-AV1 =
    113113
    114 `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].
     114`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].
    115115
    116116The range of options are similar to that of libaom (aomenc). It is supposed to be faster than libaom while having comparable quality.
     
    118118= rav1e =
    119119
    120 `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].
     120`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].
    121121
    122122Rav1e claims to be the fastest software AV1 encoder, but that really depends on the setting.