Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#1 | Link |
|
Registered User
Join Date: Jan 2024
Posts: 1
|
Should I start encoding with AV1?
Hi, I wonder, should I start encoding with AV1, rather than H.265?
I read that AV1 compresses much better than H.265 and now it also supports HDR. Which AV1-encoder should I use for archiving video? AOM-AV1 or SVT-AV1? I hear that AOM-AV1 gives better video-quality than the faster SVT-AV1. Last edited by Swede; 5th June 2024 at 14:35. Reason: Hidden link |
|
|
|
|
|
#2 | Link |
|
Registered User
Join Date: Jan 2015
Posts: 1,128
|
No, start with mpeg-1 and work your way up LOL.
But seriously, Xvid has an excellent balance of speed, compression efficiency, and compatibility with other programs and file formats (like AVI). I'd recommend starting with it.
__________________
I ask unusual questions but always give proper thanks to those who give correct and useful answers. |
|
|
|
|
|
#3 | Link |
|
Donor
![]() Join Date: Jun 2024
Location: South Africa
Posts: 659
|
It depends on your use case. AV1 has considerably better compression than H.265, but if you want to archive video, you may find that the picture, while excellent, comes out softer than expected. It leaves older codecs behind at lower bitrates and does quite well with anime. From a compatibility point of view, AV1 may not play on one's TV or other hardware devices.
AOM has marginally better quality than SVT-AV1 and is a lot slower. If you'd like to try AV1, perhaps experiment with the two encoders in FFmpeg. Quality is controlled by -crf as in x264/5, a lower value giving better quality. A lower -preset or -cpu-used leads to better efficiency but at the cost of speed; you will want to use values of 4 and 3, respectively, for a final encode. Code:
ffmpeg -i INPUT.mp4 -c:v libsvtav1 -preset 6 -crf 25 -g 240 -svtav1-params tune=0 -c:a copy OUTPUT.mp4 ffmpeg -i INPUT.mp4 -c:v libaom-av1 -cpu-used 5 -crf 25 -g 240 -c:a copy OUTPUT.mp4 Code:
ffmpeg -i INPUT.mp4 -c:v libvvenc -preset fast -qp 25 -period 10 -c:a copy OUTPUT.mp4 |
|
|
|
|
|
#5 | Link | |
|
Banned
Join Date: Aug 2017
Posts: 7
|
Quote:
For archiving, I'd recommend AOM-AV1 for its quality benefits. It's slower, but worth it. If you're short on time, SVT-AV1 is a good alternative. |
|
|
|
|
|
|
#6 | Link |
|
Registered User
Join Date: Oct 2006
Posts: 58
|
Yes, AV1 compression is very good and HDR support is a big plus.
If you want the best possible quality for your archive, I recommend the AOM-AV1. It will be slower, but it's worth it. The SVT-AV1 isn't bad either; it's just a good compromise between speed and quality. Either way, it will be exciting to see how these encoders continue to develop and improve. |
|
|
|
|
|
#7 | Link | ||
|
Herr
Join Date: Apr 2009
Location: North Europe, too cold winters.
Posts: 566
|
Quote:
Quote:
"sharpness=4" was good on the last source-video I tried it on. |
||
|
|
|
|
|
#8 | Link | |
|
Donor
![]() Join Date: Jun 2024
Location: South Africa
Posts: 659
|
Quote:
https://github.com/psy-ex/svt-av1-ps...ses/tag/v3.0.2 |
|
|
|
|
|
|
#10 | Link | |
|
Herr
Join Date: Apr 2009
Location: North Europe, too cold winters.
Posts: 566
|
Quote:
Oh, M$ Copilot-ChatBot is wrong as usual then Thanks.
Last edited by Forteen88; 13th August 2025 at 09:06. |
|
|
|
|
|
|
#11 | Link |
|
Donor
![]() Join Date: Jun 2024
Location: South Africa
Posts: 659
|
SVT-AV1 should have a screen-content tune, which would help in that regard, but I'm not sure about it. Funny enough, I found that for screen content, or even live action, Intel's hardware AV1 encoder did well. In Resolve, I used the Intelligent Quality Control setting at 8, and the results were transparent and small.
|
|
|
|
|
|
#12 | Link | ||
|
Herr
Join Date: Apr 2009
Location: North Europe, too cold winters.
Posts: 566
|
Quote:
Quote:
Last edited by Forteen88; 13th August 2025 at 09:06. Reason: sharpness=4 might be too much as general setting, so changed it. |
||
|
|
|
|
|
#14 | Link | ||
|
Herr
Join Date: Apr 2009
Location: North Europe, too cold winters.
Posts: 566
|
Quote:
Quote:
|
||
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|