Originally posted by newblar
View Post
Announcement
Collapse
No announcement yet.
Intel Engineers Release SVT-AV1 1.3 With More Optimizations, Tuning For Better AV1 Encode
Collapse
X
-
-
Originally posted by wswartzendruber View PostCan it emulate film grain yet, or does it still just denoise and not perform noise modeling?
SVT-AV1 supports film grain synthesis, an AV1 feature for preserving the look of grainy video while spending very little bitrate to do so. The grain is removed from the image with denoising, its look is approximated and synthesized, and then added on top of the video at decode-time as a filter.
The film grain synthesis feature is invoked with -svtav1-params film-grain=X, where X is an integer from 1 to 50. Higher numbers correspond to higher levels of denoising for the grain synthesis process and thus a higher amount of grain.
Leave a comment:
-
Can it emulate film grain yet, or does it still just denoise and not perform noise modeling?
Leave a comment:
-
Originally posted by Quackdoc View Post
I typically use presets 6, 8, and 11, depending on what im doing, it's also worth noting that svtav1 supports crf so for a lot of folk that might be the better option, but other than that I think most people would be satisfied with this.
ofc when possible I just use av1an with aom-av1-psy
Leave a comment:
-
Originally posted by Chugworth View PostI currently use the command below for general-purpose AV1 video encoding:
ffmpeg -i infile.mp4 -c:v libsvtav1 -qp 35 -preset 4 -c:a libopus -b:a 128k outfile.mkv
It does go fairly slow, and if you want it to go MUCH faster you could change "-preset 4" to "-preset 8". However, if you take two video files and ALT+TAB between a single frame in them, it is possible to see a subtle loss of detail between 4 and 8. So I generally settle on 4 just for the slightly better quality.
Depending on the video though, it is possible to get some massive space savings and sometimes shave several gigs off of a single video file with no real noticeable loss in detail.
ofc when possible I just use av1an with aom-av1-psy
Leave a comment:
-
I currently use the command below for general-purpose AV1 video encoding:
ffmpeg -i infile.mp4 -c:v libsvtav1 -qp 35 -preset 4 -c:a libopus -b:a 128k outfile.mkv
It does go fairly slow, and if you want it to go MUCH faster you could change "-preset 4" to "-preset 8". However, if you take two video files and ALT+TAB between a single frame in them, it is possible to see a subtle loss of detail between 4 and 8. So I generally settle on 4 just for the slightly better quality.
Depending on the video though, it is possible to get some massive space savings and sometimes shave several gigs off of a single video file with no real noticeable loss in detail.
- Likes 1
Leave a comment:
-
Originally posted by zxy_thf View PostTo be fair, SVT-AV1 is far from being a competitive encoder: https://www.compression.ru/video/cod...4k_report.html
It's even worse than some HEVC encoders.
Leave a comment:
-
It's even worse than some HEVC encoders.
- Likes 1
Leave a comment:
-
svtav1 is nice, it can do real time encoding (being more then 30fps and often 60fps) at 1080p at decent qualities, a shame it only supports 4:2:0 however
Leave a comment:
Leave a comment: