Crashed 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: Crashed encoding.... (/thread-630.html) Pages:
1
2
|
Crashed encoding.... - kingcrimsonster - 25.09.2018 Crashed encoding video RE: Crashed encoding.... - Selur - 25.09.2018 Does the avisynth preview work? Also as a side note: Quote:--psnr used with psy on: results will be invalid! Cu Selur RE: Crashed encoding.... - kingcrimsonster - 25.09.2018 Quote:Does the avisynth preview work?Yes. Quote:--psnr used with psy on: results will be invalid! in all my report files these lines are present. Now I uncheck psnr box and start encode - again crashed. RE: Crashed encoding.... - Selur - 25.09.2018 Quote:in all my report files these lines are present.Then the PSNR values shouldn't be trusted according to the x264 authors. Quote:YesOkay, does calling: "C:\PROGRA~1\Hybrid\32bit\ffmpeg.exe" -y -loglevel fatal -threads 4 -i "E:\Temp\encodingTempSynthSkript_17_19_01_5210.avs" -an -sn -vf zscale=rangein=tv:range=tv -pix_fmt yuv420p -vsync 0 -f rawvideo - | "C:\PROGRA~1\Hybrid\64bit\x264.exe" --preset veryslow --crf 16.00 --profile high --level 4.1 --ref 8 --no-fast-pskip --aq-mode 2 --vbv-maxrate 62500 --vbv-bufsize 78125 --sar 1:1 --psnr --ssim --non-deterministic --colormatrix bt709 --demuxer raw --input-res 748x572 --input-csp i420 --input-depth 8 --fps 25/1 --output-depth 8 --output "E:\Temp\17_19_01_5210_06.264" - b. throw an error? RE: Crashed encoding.... - kingcrimsonster - 25.09.2018 Quote:create 'E:\Temp\17_19_01_5210_06.264' with more than 0 bytes?Create 0 bytes size. Quote:throw an error?I do not understand this question. RE: Crashed encoding.... - Selur - 25.09.2018 Does calling the call, produce any errors? Also does calling: "C:\PROGRA~1\Hybrid\32bit\ffmpeg.exe" -y -threads 4 -i "E:\Temp\encodingTempSynthSkript_17_19_01_5210.avs" -an -sn -vf zscale=rangein=tv:range=tv -pix_fmt yuv420p -vsync 0 -f rawvideo NUL RE: Crashed encoding.... - kingcrimsonster - 25.09.2018 I see only one error - Crashed encoding... RE: Crashed encoding.... - Selur - 25.09.2018 What about the ffmpeg call? RE: Crashed encoding.... - kingcrimsonster - 25.09.2018 Quote:rawvideo NUL? This error? What can I do about it? RE: Crashed encoding.... - Selur - 25.09.2018 No this call: "C:\PROGRA~1\Hybrid\32bit\ffmpeg.exe" -y -threads 4 -i "E:\Temp\encodingTempSynthSkript_17_19_01_5210.avs" -an -sn -vf zscale=rangein=tv:range=tv -pix_fmt yuv420p -vsync 0 -f rawvideo NUL the '-f rawvideo NUL' part just makes sure your system isn't flooded with the decoded video data,.. |