yeah i did that but got this:
Avisync script:
Code:
#======================================================#
# -= AviSynth script by MovieStacker v2.0.0 (beta3) =- #
#======================================================#
LoadPlugin("D:\Program Files\MovieStacker\Filters\MPEG2Dec.dll")
Mpeg2Source("D:\Movies\DVDr\Tmp\d2v.d2v")
BilinearResize(448, 334, 0, 1, 720, 478)
AddBorders(16, 73, 16, 73)
and then in tmpgenc it tells me this
Unrecognized exception!
(d:\DVDr\Tmp\NewScript.avs, line 7
which does'nt make sence to me cause line 7 is the d2v

hmm