01.01.2019, 12:09
Used Avisynth script looks fine:
Does the Avisynth Preview work properly?
The encoding call:
also looks fine to me and the x264 output doesn't seem to thow an error either.
Hybrid aborts since the output file 'E:\Temp\19_23_24_9110_06.264' is empty.
-> What happens if you call the encoding call inside a Windows command prompt?
Cu Selur
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\AutoAdjust.dll")
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
# loading source: M:\BlueStarLive.net\BSL-Rosee.Divine.-.French.Connection.1.avi
# input color sampling YV12
# input luminance scale tv
AviSource("M:\BLUEST~1.NET\BSL-RO~1.AVI")
# current resolution: 854x480
# filtering
# color modifications
Levels(0,1.00,255,0,230,dither=true)
AutoAdjust(auto_gain=true,dark_limit=2.30,bright_limit=1.00,gamma_limit=1.00,dark_exclude=0.00,bright_exclude=0.00,gain_mode=1,chroma_process=99,avg_safety=0.55,input_tv=false)
# adjusting bit depth current 8 to target 8
PreFetch(4)
return last
The encoding call:
"C:\PROGRA~1\Hybrid\32bit\ffmpeg.exe" -y -loglevel fatal -threads 4 -i "E:\Temp\encodingTempSynthSkript_19_23_24_9110.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 --ssim --non-deterministic --colormatrix bt470bg --demuxer raw --input-res 854x480 --input-csp i420 --input-depth 8 --fps 30000/1001 --output-depth 8 --output "E:\Temp\19_23_24_9110_06.264" -
Hybrid aborts since the output file 'E:\Temp\19_23_24_9110_06.264' is empty.
-> What happens if you call the encoding call inside a Windows command prompt?
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.