The following warnings occurred:
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.3.12-nmm1 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



Selur's Little Message Board
SVT-AV1 encoding - 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: SVT-AV1 encoding (/thread-2978.html)

Pages: 1 2


RE: SVT-AV1 encoding - Selur - 11.12.2022

Was that with the last dev I send you?


RE: SVT-AV1 encoding - Selur - 11.12.2022

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:
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


RE: SVT-AV1 encoding - davsed - 11.12.2022

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

David


RE: SVT-AV1 encoding - Selur - 11.12.2022

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