Okay, libav can't decode it.
Installed UT Video Codec Suite 20.1.0 and
Switching back to Avisynth MT instead of Avisynth+ and using:
also simply crashes for me.
-> Looking into it, but wondering why Avisynth Preview works for you.
--
Just tried an old debug version, with that version decoding works,..
-> this will take a while to figure out
Cu Selur
Installed UT Video Codec Suite 20.1.0 and
Quote:SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)just crashes for me.
# loading source: C:\Users\Selur\Desktop\Hop-hop.avi
# input color sampling YV12
# input luminance scale tv
AviSource("C:\Users\Selur\Desktop\Hop-hop.avi")
# current resolution: 748x572
# filtering
# color modifications
Levels(20,1.00,255,0,255,dither=true)
# scaling
Spline36Resize(748,694)
# current resolution: 748x694
# adjusting bit depth current 8 to target 8
PreFetch(16)
return last
Switching back to Avisynth MT instead of Avisynth+ and using:
SetMemoryMax(768)
SetMTMode(5,16) # changing MT mode
# loading source: C:\Users\Selur\Desktop\Hop-hop.avi
# input color sampling YV12
# input luminance scale tv
AviSource("C:\Users\Selur\Desktop\Hop-hop.avi")
# current resolution: 748x572
# filtering
SetMTMode(2) # changing MT mode
# scaling
Spline36Resize(748,694)
# current resolution: 748x694
return last
-> Looking into it, but wondering why Avisynth Preview works for you.
--
Just tried an old debug version, with that version decoding works,..
-> this will take a while to figure out
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.