But now having troubles getting SVP to push AVS+_x86 ('PLUS_86') to FFDShow properly.
Updated K-Lite Codec Pack (MEGA), fresh install. Reinstalled SVP.
Tried AviSynth+ r1779 and AviSynth+ r1825 (both MT).
AVSmeter and Avisynth Info Tool recognize PLUS_86.
Even the SVP GUI recognizes and shows AVS Plus in the events log.
It shows script in FFDshow and the GUI shows FRC enabled.
But the video does not look interpolated at all.
Temp. disabling SVP shows a quick OSD of "Access Violation".
Avisynth portable, to switch between different versions (mainly between 260_MT, PLUS_86, PLUS_64):
http://forum.doom9.org/showthread.php?p … ost1720988
Groucho2004 wrote:The included Avisynth versions are (and the corresponding switches for the batch file):
Avisynth 2.5.7 (257)
Avisynth 2.5.8 (258)
Avisynth 2.6 (260)
Avisynth 2.6 ICL (260_ICL)
Avisynth 2.6 MT (260_MT)
Avisynth+ x86 r1576 (PLUS86)
Avisynth+ x64 r1576 (PLUS64)
But I swapped that PLUS version for MT versions.
SVP Events Log.
It shows it recognizes PLUS_86.
It's trying to use 260_MT instead.
20:05:57.865 [i]: Playback: starting up...
20:05:57.865 [i]: Playback [790c5e]: Avisynth (32-bit) version 0.1.0.0, [b]AviSynth+ 0.1 (r1779, MT, i386)[/b], C:\Windows\SysWOW64\avisynth.dll
20:05:57.867 [i]: Playback [790c5e]: resulting video frame 1280x544 [1920x818 -> scaled -> 1280x544]
20:05:57.867 [i]: Playback [790c5e]: 2 acceptible profiles, best is 'Double' [0]
20:05:57.879 [i]: Playback [790c5e]: enabled while video is playing
20:05:57.897 [i]: Playback: playing at 48 [24 *2/1]
20:05:58.729 [E]: Playback [790c5e]: AVS - Script error: [color=red]There is no function named 'SetMTMode'[/color].
20:05:58.729 [E]: Playback [790c5e]: AVS - (C:\Users\Desktank\AppData\Roaming\SVP4\scripts\790c5e.avs, line 12)
snippet of 790c5e.avs:
# This script was generated by SVP 4 Manager.
# Check http://www.svp-team.com for more details.
SetMemoryMax(1024)
global threads=7
global svp_scheduler=true
LoadPlugin("C:\Program Files (x86)\SVP 4\plugins\svpflow1.dll")
LoadPlugin("C:\Program Files (x86)\SVP 4\plugins\svpflow2.dll")
[color=red]SetMTMode[/color](3,threads)
ffdShow_source()
[color=red]SetMTMode[/color](2)
Events Log copied to my Pastebin:
http://pastebin.com/PQBzZcB5
AVS Meter -avsinfo log:
http://pastebin.com/Uu711Kz4
Avisynth Info Tool log:
http://pastebin.com/KPvxuc9x