How to encode AV1 with FFmpeg and SVT-AV1

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024

Комментарии • 5

  • @GeoffreyAngapa
    @GeoffreyAngapa  8 месяцев назад

    Use -preset 4 if you have time to spare. Also, if your video has a lot of grain, try adding the following switch (in place of the existing one with -svtav1-params tune=0):
    -svtav1-params tune=0:film-grain=8

    • @naikkelas7495
      @naikkelas7495 2 месяца назад

      Why cant you just upload your video to youtube then download it. RUclips use av1 by default

    • @GeoffreyAngapa
      @GeoffreyAngapa  2 месяца назад +1

      @@naikkelas7495 Good question. The problem is, RUclips doesn't let you download a video in its various encodings easily. One could use a downloader, such as yt-dlp, to try and download the different formats, but not all channels get AV1 out of the box, and secondly, it would result in lower quality.

  • @HENTAIHMHM
    @HENTAIHMHM 6 дней назад

    Thank you! I was having trouble getting this to work.
    Finally I was able to run ffmpeg, which I have always wanted to do!

    • @GeoffreyAngapa
      @GeoffreyAngapa  6 дней назад

      You're welcome. I can't live without FFmpeg :)