i had to do format c: last week.
so i installed tmpgenc, the readavs plugin , avisynth 2.08, DVD2AVI 1.76, Moviestacker and ToK.
i created the avs script, but ToK and tmpgenc won´t accept it
i always get the message
"Unrecognized Exeption! E:\Gladiator.avs , line9"
i tested different scripts from different movies, always the same error
even with such a simple script
Code:
#==============================================#
# -= AviSynth script by MovieStacker v1.1.1 =- #
#==============================================#
LoadPlugin("E:\Appz\MovieStacker\Filters\MPEG2Dec.dll")
LoadPlugin("E:\Appz\MovieStacker\Filters\GripFit_preview.dll")
LoadPlugin("E:\Appz\MovieStacker\Filters\LegalClip.dll")
Mpeg2Source("E:\RIP\gladiator.d2v")
LegalClip()
GripCrop(528, 576, overscan=2)
GripSize(resizer="BicubicResize")
GripBorders()
LegalClip()
any ideas?
i think i have installed everything i need