21.11.2019, 19:56
Looking at the Avisynth script used I'm confused.
The script looks like this:
Problem there is the 'Stp=skip', Stp is a boolean and should either be 'true' or 'false'.
Problem is I can't get it tho show 'skip' like the debug out shows on your system.
Here I get:
and with that the conversion works fine,..
-> I'll send you a link to my current dev version via PM, please recreate the job and try with that version.
Cu Selur
The script looks like this:
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: G:\Media\2019.06.15 Pyrenees\Video\MOV_0061.MP4
# input color sampling YV12
# input luminance scale pc
FFVideoSource("G:\Media\201906~1.15P\Video\MOV_0061.MP4",cachefile="D:\Video\Hybrid Folders\Temp\15_14_36_3010.ffindex",colorspace="YV12")
# current resolution: 1920x1080
FrameRateConverter(FrameDouble=true,NewNum=60,NewDen=1,Output="auto",SkipOver=210,Stp=skip)
# filtering
PreFetch(6)
return last
Problem is I can't get it tho show 'skip' like the debug out shows on your system.
Here I get:
FrameRateConverter(FrameDouble=true,NewNum=60,NewDen=1,Output="auto",SkipOver=210,Stp=false)
-> I'll send you a link to my current dev version via PM, please recreate the job and try with that version.
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.