Selur's Little Message Board

Full Version: SVT-AV1 encoding
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Was that with the last dev I send you?
Encoding call:
[ode]"C:\Program Files\Hybrid\64bit\ffmpeg.exe" -y -loglevel fatal -noautorotate -nostdin -hwaccel cuvid -threads 1 -ignore_editlist true -i "C:\Work\V220731-175513-30fps-cut.mp4" -map 0:1 -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 --enable-hdr 1 --width 3840 --height 2160 --fps-num 30 --fps-denom 1 --input-depth 10 --profile 0 --tile-rows 0 --tile-columns 0 --rc 0 --crf 18 --mbr 0 --aq-mode 2 --irefresh-type 1 --scm 0 --color-primaries 9 --transfer-characteristics 16 --matrix-coefficients 9 --color-range 0 --output "C:\Work\2022-12-11@10_53_45_7810_01.av1"[/code]
fails with:
Code:
FFmpeg : Error while processing the decoded data for stream #0:1
So seems like it's not an SVT-AV1 issue, but now it's that FFmpeg can't handle your input.

Cu Selur
Yes, I did. I am able to encode now, but wanted to help with debugging... 

David
You can try whether it helps to force using Vapoursynth by enabling "Filtering->Vapoursynth->Misc->Script->Always use Vapoursynth" (Check the Vapoursynth Preview, so see whether the Vapoursynth source filters can handle the source.)

Cu Selur
Pages: 1 2