25.09.2018, 15:38
Pages: 1 2
25.09.2018, 16:16
Does the avisynth preview work?
Also as a side note:
Cu Selur
Also as a side note:
Quote:--psnr used with psy on: results will be invalid!
--tune psnr should be used if attempting to benchmark psnr!
Cu Selur
25.09.2018, 16:47
Quote:Does the avisynth preview work?Yes.
Quote:--psnr used with psy on: results will be invalid!
--tune psnr should be used if attempting to benchmark psnr!
in all my report files these lines are present.
Now I uncheck psnr box and start encode - again crashed.
25.09.2018, 16:55
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:
Code:
"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?
25.09.2018, 17:09
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.
25.09.2018, 17:11
Does calling the call, produce any errors?
Also does calling:
show any errors?
Also does calling:
Code:
"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
25.09.2018, 17:20
I see only one error - Crashed encoding...
25.09.2018, 17:21
What about the ffmpeg call?
25.09.2018, 17:30
Quote:rawvideo NUL? This error?
What can I do about it?
25.09.2018, 17:33
No this call:
isn't exactly the same as the decoding call and it should output errors in case ffmpeg encounters some,..
the '-f rawvideo NUL' part just makes sure your system isn't flooded with the decoded video data,..
Code:
"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,..
Pages: 1 2