ffmpeg-quality-metrics VS Av1an

Compare ffmpeg-quality-metrics vs Av1an and see what are their differences.

ffmpeg-quality-metrics

Calculate quality metrics with FFmpeg (SSIM, PSNR, VMAF, VIF) (by slhck)

Av1an

Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding (by master-of-zen)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
ffmpeg-quality-metrics Av1an
17 65
367 1,345
- -
5.0 7.3
about 2 months ago 10 days ago
Python Rust
- GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ffmpeg-quality-metrics

Posts with mentions or reviews of ffmpeg-quality-metrics. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-29.
  • VMAF is confusing me
    2 projects | /r/DataHoarder | 29 Jan 2023
    Have you seen ffmpeg-quality-metrics? I went with the docker option. I figured that would keep it simple with ffmpeg versions/whatever.
  • VMAF
    1 project | /r/ffmpeg | 9 Dec 2022
    I'm not good at computers, so I love ffmpeg-quality-metrics. I use the docker version because I didn't want to fight with dependencies.
  • Encoding tv shows and movies
    1 project | /r/PleX | 27 Nov 2022
    There are even tools that can compare the quality for us, like ffmpeg-quality-metrics can give a VMAF score as used by Netflix for the visual quality difference.
  • Should I recompress video I shot with mobile?
    2 projects | /r/DataHoarder | 20 Nov 2022
    You can at least test the quality difference between two encodes with something like ffmpeg-quality-metrics. If it has a high VMAF score and saved a bunch of space for something that doesn't need to be perfect, then I consider it fine.
  • did I fail at preserving dvds? mpeg2 vs h264 vs av1
    5 projects | /r/PleX | 8 Nov 2022
    ffmpeg-quality-metrics is nice for comparing quality between copies. Better than squinting at pixels IMO.
  • Movie or scene to test out different bitrates and resolutions
    1 project | /r/DataHoarder | 21 Jun 2022
    If you're re-encoding video then ffmpeg-quality-metrics is a great tool IMO. Can give you a scale from 0-100 of how similar it appears based on SSIM or VMAF. If I get a VMAF in the high 90's, like 95+, then I know the encode is decent and if it saved significant space (if that's the goal?) then it's a keeper.
  • av1an crashing when using vmaf on Windows 10
    2 projects | /r/AV1 | 9 Jun 2022
    It's working. I found this [model](https://github.com/slhck/ffmpeg-quality-metrics/blob/master/ffmpeg_quality_metrics/vmaf_models/vmaf_v0.6.1neg.json) with the help of u/Felixkruemel and I specified the vmaf path in av1an using `--vmaf-path=path to the/vmaf/model.json"`
  • How to examine video quality?
    3 projects | /r/PleX | 2 Jun 2022
    Then, after the encode, if you want to compare original vs encoded quality there's ffmpeg-quality-metrics which makes it easy to get VMAF & SSIM scores between the two.
  • If FLAC for audio = Remux for video, what's the video equivalent for 320kbps MP3 when it comes to 1080p Movies/TV shows?
    1 project | /r/DataHoarder | 25 May 2022
    ffmpeg-quality-metrics is a good tool to compare before & after encodes. It can easily calculate VMAF & SSIM scores. If I understand it correctly (I might not), then anything in the high 90s for VMAF is considered hard-pressed to be able to tell. Sometimes it hits 100, which makes me fairly confident about those encodes.
  • High Bitrate
    1 project | /r/PleX | 6 May 2022
    idk. When I did a re-encode with CRF 23 and preset 'veryslow' it went down to 2,236 kb/s. When I do a VMAF and SSIM test with ffmpeg-quality-metrics I was getting decent scores. It takes the file size down to 2.1GB. So my guess is they either set a significantly lower CRF or set a manual bitrate and aimed for the moon.

Av1an

Posts with mentions or reviews of Av1an. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-03.
  • Guide to Adopting AV1 Encoding
    4 projects | news.ycombinator.com | 3 Nov 2023
    The hardware encoders are very fast and generally better than x264 (but not by as much as you'd think with the x264 slow preset).

    In addition, there are threaded AV1 encoders you may be overlooking, like SVT-AV1. For non-realtime, my favorite is av1an, which also yields better quality than is possible from aomenc: https://github.com/master-of-zen/Av1an

  • I have a feeling crunchyroll should be using AV1
    1 project | /r/Crunchyroll | 28 Jun 2023
    I specifically used https://github.com/master-of-zen/Av1an with --target-quality 100 to keep the compression as close to lossless as possible (you could probably shave even more size off if you didn’t use near-lossless compression)
  • Automatic choose encode settings?
    3 projects | /r/ffmpeg | 29 May 2023
    There's also Av1an as suggested by someone else. It's going to produce more efficient encodes because it uses chunk-based encoding to reach the required VMAF for every single chunk, but this is also slower because every chunk will be re-encoded until the VMAF target is reached. It's also a PITA to compile, has a long list of bugs, and isn't very actively developed. One of the long-standing issues is that frames have a tendency to go missing during splitting, which IME is going to keep happening when the input files aren't standardized. And thus the recommendation is to transcode the input to lossless first, which is just completely unsustainable.
  • Building pc for ffmpeg rendering
    1 project | /r/ffmpeg | 11 May 2023
    i'm still trying to figure out if av1an is the breakthrough to using large CPU counts without losing quality. but it's a ridiculously poorly documented program. i haven't gotten it to run effectively yet. https://github.com/master-of-zen/Av1an
  • Codecs for the 4K Era: HEVC, AV1, VVC and Beyond
    1 project | /r/hardware | 17 Apr 2023
    I don't know about VVC, but I've never seen a recommendation of preset 0 for SVT-AV1. The docs say "presets 1-3 represent extremely high efficiency, for use when encode time is not important and quality/size of the resulting video file is critical". It seems like 0 is the equivalent placebo preset. But if you want AV1 with coding efficiency over all else, IIRC the typical approach is to use av1an to detect scene transitions and farm out parallel encodes with aomenc.
  • Automating av1 encoding?
    1 project | /r/AV1 | 18 Feb 2023
    That might be because it doesn't work.
  • VMAF is confusing me
    2 projects | /r/DataHoarder | 29 Jan 2023
    Have you seen Av1an? It's supposed to encode to a target VMAF.
  • Trying to use av1an without success
    1 project | /r/AV1 | 25 Jan 2023
    Are you using the current version, 0.4.0, from https://github.com/master-of-zen/Av1an/releases
  • Av1an - Cross-platform command-line AV1 encoding framework written in Rust
    1 project | /r/CKsTechNews | 17 Jan 2023
  • Av1an: Cross-platform command-line AV1 encoding framework written in Rust
    1 project | news.ycombinator.com | 17 Jan 2023

What are some alternatives?

When comparing ffmpeg-quality-metrics and Av1an you can also consider the following projects:

vmaf - Perceptual video quality assessment based on multi-method fusion.

HandBrake - HandBrake's main development repository

video-to-ascii - It is a simple python package to play videos in the terminal using characters as pixels

SVT-AV1

ab-av1 - AV1 re-encoding using ffmpeg, svt-av1 & vmaf.

FastFlix - FastFlix is a free GUI for HEVC and AV1 encoding, GIF/WebP/AVIF creation, and more!

TikTokBot - A TikTokBot that downloads trending tiktok videos and compiles them using FFmpeg

NotEnoughAV1Encodes - GUI for AV1 (aomenc, rav1e & svt-av1)

NotEnoughAV1Encodes-Qt - Linux GUI for AV1 Encoders

FFmpeg-Builds

lossless-cut - The swiss army knife of lossless video/audio editing