19.08.2019, 05:30
Okay, looking at the debug output.
Hybrid aborted while calling:
The encoding call and the avisynth script:
both look fine.
Tried theses settings and it seems like there is a problem with the Avisynth script, since I get:
Seems like I missed that the parameters of FrameRateConverter changed.
-> will look at it today after work and report back
Cu Selur
Hybrid aborted while calling:
"C:\PROGRA~1\Hybrid\32bit\ffmpeg.exe" -y -loglevel fatal -noautorotate -threads 8 -i "C:\Users\TEMP\AppData\Local\Temp\encodingTempSynthSkript_19_00_48_6110.avs" -an -sn -vf zscale=rangein=tv:range=tv -pix_fmt yuv420p10le -strict -1 -vsync 0 -f yuv4mpegpipe - | "C:\PROGRA~1\Hybrid\64bit\x265.exe" --input - --output-depth 10 --y4m --profile main10 --qg-size 8 --limit-modes --max-merge 2 --no-early-skip --no-open-gop --opt-ref-list-length-pps --no-b-intra --lookahead-slices 0 --qpmax 69 --crf 18.00 --opt-qp-pps --cbqpoffs -2 --crqpoffs -2 --qpfile "C:\Users\TEMP\AppData\Local\Temp\XMen 60fps_19_00_48_6110_07.qp" --limit-refs 0 --ssim-rd --psy-rd 2.50 --rdoq-level 2 --psy-rdoq 10.00 --qcomp 0.60 --aq-mode 0 --deblock=-1:-1 --limit-sao --range limited --colormatrix bt709 --output "C:\Users\TEMP\AppData\Local\Temp\19_00_48_6110_08.265"
C:\Users\TEMP\AppData\Local\Temp\encodingTempSynthSkript_19_00_48_6110.avs ### LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\LoadDll.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\FrameRateConverter.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\mvtools2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\masktools2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\GRunT.dll")
LoadDLL("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\libfftw3f-3.dll")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\FrameRateConverter.avsi")
LoadCPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\ffms2.dll")
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
# loading source: D:\Video\XMen\XMen (source).mkv
# input color sampling YV12
# input luminance scale tv
FFVideoSource("D:\Video\XMen\XMEN(S~1.MKV",cachefile="C:\Users\TEMP\AppData\Local\Temp\19_00_48_6110.ffindex")
# current resolution: 1920x1080
FrameRateConverter(NewNum=60,NewDen=1,Preset="slower",Output="auto",SkipOver=210,Stripes="blend",Dct=4,DctRe=4)
# filtering
# adjusting bit depth current 8 to target 10
# convert to 10bit for encoder
ConvertBits(10)
PreFetch(6)
return last
Tried theses settings and it seems like there is a problem with the Avisynth script, since I get:
Script error: FrameRateConverter does not have a named argument "Stripes" (hmS , line 37) Couldn't import -1 (1): ?=gv?=gv
-> will look at it today after work and report back
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.