![]() |
[BUG] SVT-AV1 encoding end immediately - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: [BUG] SVT-AV1 encoding end immediately (/thread-2458.html) |
RE: SVT-AV1 encoding end immediately - Werve - 15.04.2022 Quote:-> will probably have working SVT-AV1 encoding back tomorrow. Wow, good you decided to reintroduce it, based on tests I've done until now SVT-AV1 have the best quality/size/speed encoding. RE: SVT-AV1 encoding end immediately - Selur - 15.04.2022 Okay, based on my findings so far it's not that good. It's fast, but doesn't support anything aside from 4:2:0 color sampling and the filmgrain handling didn't work properly. -> not really impressed, personally I prefer aomenc. Cu Selur RE: SVT-AV1 encoding end immediately - Werve - 15.04.2022 The use cases I'm comparing and searching for now is simply how to reduce the size of the various video files (I'm running out of space between HDDs) while losing little quality (I'm choosing target vmaf 96) and not requiring months of processing. Unfortunately aom, produces yes a better quality but takes me much more time (for now the minimum respecting that quality vmaf took me more than 10x the duration of the source). RE: SVT-AV1 encoding end immediately - Selur - 15.04.2022 Since reencoding (assuming not lossless compression) always means losing quality. Seeing the hdd prices (here I pay ~250€ for 16TB; €15,06/TB) and the speed av1 encoding is running (on my Ryzen 9 3950x), I would either wait for the new generation of gpus with av1 encoding support or buy hdds instead of starting to reencode tons of stuff. ![]() Cu Selur RE: SVT-AV1 encoding end immediately - Werve - 15.04.2022 Yes I had this same reasoning some years ago before and I had bought another HDD of 4 TB and I didn't want to continue with this trend (mainly because with backups then everything in a chain is heavier) and I wanted to lighten directly on the sources. But I guess then I'll wait again and if ever I can use a generic lossless compressor (the .PA format gave me some savings anyway, about 0.2%). RE: SVT-AV1 encoding end immediately - Werve - 16.04.2022 I tested the new dev version sent but seems SVT-AV1 encoding is now stuck at mkv muxing (40% progress). Attached log. RE: SVT-AV1 encoding end immediately - Selur - 16.04.2022 No it's actually the encoding that fails with: [SVT-Warning]: --keyint is now intra-period + 1! "C:\Program Files\Hybrid\64bit\ffmpeg.exe" -y -loglevel fatal -noautorotate -nostdin -threads 8 -ignore_editlist true -i "D:\Videos\Download di RealPlayer\AR.Drone duel in Central Park - AR.FlyingAce FREE APP!(1080p_H.264-AAC).mp4" -map 0:0 -an -sn -vf zscale=rangein=tv:range=tv -pix_fmt yuv420p10le -strict -1 -vsync 0 -f yuv4mpegpipe - | "C:\Program Files\Hybrid\64bit\SvtAv1EncApp.exe" --input stdin --width 1920 --height 1080 --fps-num 25 --fps-denom 1 --input-depth 10 --level 0 --progress --passes 2 --pass 2 --crf 22 --stats "C:\Users\Antonio\AppData\Local\Temp\AR.Drone duel in Central Park - AR.FlyingAce FREE APP!(1080p_H.264-AAC)_optimized.stats" --irefresh-type 2 --keyint -1 --scd 1 --enable-dlf 1 --enable-cdef 1 --enable-restoration 1 --enable-tpl-la 1 --enable-mfmv -1 --fast-decode 0 --tune 0 --rmv 0 --recode-loop 4 --use-q-file --matrix-coefficients 1 --chroma-sample-position 0 --color-range 0 --output "C:\Users\Antonio\AppData\Local\Temp\2022-04-16@19_50_02_3710_03.av1" Seems like I misunderstood the documentation: Quote:Multi-pass Optionshttps://github.com/AOMediaCodec/SVT-AV1/blob/master/Docs/svt-av1_encoder_user_guide.md#multi-pass-options As I understood that as you need to:
Cu Selur RE: SVT-AV1 encoding end immediately - Selur - 16.04.2022 Okay according to https://github.com/AOMediaCodec/SVT-AV1/blob/master/Docs/svt-av1_encoder_user_guide.md#2-pass-vbr-1000-kbps-at-maximum-quality-from-24fps-yuv-1920x1080-input You need to use either: --passes 2 without a pass info, then 2pass encoding should be done in one pass I guess. or --pass 1 --pass 2 -> that seems totally strange,.. Okay, funny thing is if '--passes 2' is used the stats file does not seem to get created. I suspect that '--passes 2' does a normal 1 pass encoding,... Cu Selur Ps.: will send you a link to a new dev version once I fixed that and thanks for testing! ![]() RE: SVT-AV1 encoding end immediately - Werve - 16.04.2022 Quote:Okay, funny thing is if '--passes 2' is used the stats file does not seem to get created. I suspect that '--passes 2' does a normal 1 pass encoding,... Maybe is just to enable the scene-detection like I read on the link you send me about aom settings. Just my quick guess though. Ps.: will send you a link to a new dev version once I fixed that and thanks for testing! :) No problem I'll install tomorrow, thank you for being so active in improving the program ![]() RE: SVT-AV1 encoding end immediately - Werve - 18.04.2022 I tested the latest dev version and seems SVT-AV1 encoding worked but the output file is not saved. Stuck at creating mkv stage. Also, oddly the installer worked without rebooting or other strange methods to avoid the usual Out of Memory error. |