Hi, I have recently switched to a new computer with Vista (as opposed to XP), but now when trying to view videos in general media players (ZoomPlayer/Media Player Classic etc) using the following script, I am getting audio output only:
loadplugin("C:\Program Files\AviSynth 2.5\plugins\DGDecode.dll")
video = mpeg2source("name of file.d2v")
audio = DirectShowSource("name of file.mp3")
AudioDub(video, audio)
Thing is, when I open the .avs file in virtualdub, the video and audio play together as normal, so presume problem isn't with the script, so would anyone have an idea as to why the video won't play in said media players? There aren't any error message that come up, and videos worked when using same script (accounting for different location of DGDecode.dll file) on XP in previous computer.
Am using Vista Home Premium 32bit btw, thanks.



