28.09.2020, 17:02
Hmm,...
works fine here. (same when using LWLibavVideoSource or LSMASHVideoSource)
-> try the other ffms2 version, the one on mediafile is from 2016 and should even work with Windows XP,...
Also check if you have a system wide Avisynth install on your system, may be that is interfering,..?
ClearAutoloadDirs()
LoadCPlugin("I:\Hybrid\64bit\Avisynth\AVISYN~1\ffms2.dll")
SetFilterMTMode("DEFAULT_MT_MODE", MT_MULTI_INSTANCE)
# loading source: C:\Users\Selur\Desktop\S01E01 - Hired.mp4
# color sampling YV12@8, matrix: bt601, scantyp: progressive, luminance scale: limited
FFVideoSource("C:\Users\Selur\Desktop\S01E01~1.MP4",cachefile="E:\Temp\mp4_e71f3acfda8ea421212fbd8bb314b77e_853323747_1_0.ffindex",colorspace="YV12")
# current resolution: 852x480
# filtering
PreFetch(8)
return last
-> try the other ffms2 version, the one on mediafile is from 2016 and should even work with Windows XP,...
Also check if you have a system wide Avisynth install on your system, may be that is interfering,..?
----
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.