Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.
Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.
function Bob1(clip clip) { Top=clip.TomsMoComp(1,15,1) Bottom=clip.TomsMoComp(0,15,1) return Interleave(Top,Bottom) } function Bob2(clip clip) { double=clip.separatefields.DoubleWeave return TomsMoComp(1,15,1) }
function Bob3(clip clip) { double=clip.Separatefields.Doubleweave even=double.SelectEven.TomsMoComp(1,15,1) odd=double.SelectOdd.TomsMoComp(0,15,1) return Interleave(even,odd) }
Avisynth read error: Avisynth: caught an access violation at 0x0101131e, attempting to read from 0x64606167
LoadPlugin("C:\PROGRAM FILES\AVISYNTH2\PLUGINS\MPEG2DEC3.DLL") LoadPlugin("C:\PROGRAM FILES\AVISYNTH2\PLUGINS\TOMSMOCOMP.DLL") MPEG2Source("D:\Red Dwarf\video_ts1円11円.d2v") SetMemoryMax(256) TomsMoComp(1,15,1)
|
|