Logan9778
29th September 2023, 08:18
Hey guys. Haven't posted here in a while, and I was trying to do some encoding.
This is my Avisynth+ script (64 bit), and it keeps telling me "I don't know what FFSAR_NUM means." Also, a number of other variable that are beneath that error printout. Any ideas? I just updated all of my scripts and avisynth+ itself.
LoadPlugin("C:\Users\Morph\AviSynthPlus-Plugins-Scripts\plugins64+\ffms2.dll")
Import("C:\Users\Morph\AviSynthPlus-Plugins-Scripts\plugins64+\ffms2_.avsi")
FFVideoSource("f:\DVD's\Suspicion.mkv")
crop(0,132,0,-132)
ffInfo()
Prefetch(8)
Video plays ok in AVSPmod, I just get all these errors from ffinfo().
Even stranger, moving through frame by frame with my mouse wheel, it actually works in a few spots with no errors, but then errors on the next frames.
I can get Version, Frame Number, Picture Type, CFR Time, VFR Time, but with errors on the screen. Other frames, I get the same without errors, and then others I get that plus all the rest of the ffinfo() data with no errors.
If I let the movie play in AVSPmod, I get the version, frame number, picture type, cfr time, vfr time with the errors on the screen constantly.
This has me stumped.
Also, FFinfo() seems to drive my CPU up to 100%.
This is my Avisynth+ script (64 bit), and it keeps telling me "I don't know what FFSAR_NUM means." Also, a number of other variable that are beneath that error printout. Any ideas? I just updated all of my scripts and avisynth+ itself.
LoadPlugin("C:\Users\Morph\AviSynthPlus-Plugins-Scripts\plugins64+\ffms2.dll")
Import("C:\Users\Morph\AviSynthPlus-Plugins-Scripts\plugins64+\ffms2_.avsi")
FFVideoSource("f:\DVD's\Suspicion.mkv")
crop(0,132,0,-132)
ffInfo()
Prefetch(8)
Video plays ok in AVSPmod, I just get all these errors from ffinfo().
Even stranger, moving through frame by frame with my mouse wheel, it actually works in a few spots with no errors, but then errors on the next frames.
I can get Version, Frame Number, Picture Type, CFR Time, VFR Time, but with errors on the screen. Other frames, I get the same without errors, and then others I get that plus all the rest of the ffinfo() data with no errors.
If I let the movie play in AVSPmod, I get the version, frame number, picture type, cfr time, vfr time with the errors on the screen constantly.
This has me stumped.
Also, FFinfo() seems to drive my CPU up to 100%.