You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run FieldHint inside vapoursynth. there's a VS port but it doesn't seem to work (it throws errors correctly if you specify a non-existant file, for example, but doesn't change the output when it does have a correct file, it just leaves all the frames untouched, I have raised an issue there as well). so I'm trying to find another way, by loading AVS plugin directly inside VS (which it can do using the avs.LoadPlugin() command)
I have older DLLs of AVS FieldHint v0.12 but these are 32 bit for AVS2.5 and attempting to open these inside 64-bit VS gives the error "2.5 plugins can't be loaded on x64" which makes sense
I just found this updated YATTA with 64 bit and AVS+ support and hoped that this would mean the included fieldhint.dll would work for me and open inside 64-bit VS. but I still get the same error as the old 32-bit DLLs, saying that it's a 2.5 plugin and cannot be loaded in x64. any suggestion as to why this is?
The text was updated successfully, but these errors were encountered:
Statick
changed the title
64 bit / avs 2.6
FieldHint for 64 bit / avs 2.6? can't open dll inside vapoursynth due to not being 64 bit
Jul 27, 2024
Statick
changed the title
FieldHint for 64 bit / avs 2.6? can't open dll inside vapoursynth due to not being 64 bit
FieldHint for 64 bit / avs 2.6? can't open dll inside vapoursynth due to 2.5/x64 problem
Jul 27, 2024
I am trying to run FieldHint inside vapoursynth. there's a VS port but it doesn't seem to work (it throws errors correctly if you specify a non-existant file, for example, but doesn't change the output when it does have a correct file, it just leaves all the frames untouched, I have raised an issue there as well). so I'm trying to find another way, by loading AVS plugin directly inside VS (which it can do using the avs.LoadPlugin() command)
I have older DLLs of AVS FieldHint v0.12 but these are 32 bit for AVS2.5 and attempting to open these inside 64-bit VS gives the error "2.5 plugins can't be loaded on x64" which makes sense
I just found this updated YATTA with 64 bit and AVS+ support and hoped that this would mean the included fieldhint.dll would work for me and open inside 64-bit VS. but I still get the same error as the old 32-bit DLLs, saying that it's a 2.5 plugin and cannot be loaded in x64. any suggestion as to why this is?
The text was updated successfully, but these errors were encountered: