21.10.2020, 21:51
First time have ever seen someone aiming for 48000/1001. 
Avisynth crashes with:
looking at the used script:
my guess is that FrameRateConverter has a problem with YUY2.
-> seems like in the current version ony YV12, YV24, Y8 are supported.
Will send you a link to a dev version for testing in ~15min,..
Cu Selur

Avisynth crashes with:
mt_merge : clips should have identical bit depths
(C:\Program Files\Hybrid\32bit\avisynthPlugins\FrameRateConverter.avsi, line 228)
(D:\Hybrid_test\encodingTempSynthSkript_2020-10-21@12_16_49_9310.avs, line 15)
ClearAutoloadDirs()
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\GRunT.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\mvtools2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\masktools2.dll")
LoadDLL("C:\Program Files\Hybrid\32bit\avisynthPlugins\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:\Hybrid_test\Gastown-tilt.mov
# color sampling YUY2@8, matrix: pc601, scantyp: progressive, luminance scale: full
FFVideoSource("D:\HYBRID~1\GASTOW~1.MOV",cachefile="D:\Hybrid_test\2020-10-21@12_16_49_9310.ffindex",fpsnum=30000,fpsden=1001,colorspace="YUY2")
# current resolution: 720x480
FrameRateConverter(NewNum=48000,NewDen=1001,Output="auto",SkipOver=210)
# filtering
PreFetch(2)
return last
-> seems like in the current version ony YV12, YV24, Y8 are supported.
Will send you a link to a dev version for testing in ~15min,..
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.