View Single Post
Old 13th September 2009, 23:51   #423  |  Link
Arshad07
Jeremy Duncan Fan
 
Arshad07's Avatar
 
Join Date: Aug 2008
Location: London, UK
Posts: 238
Well, as srestore has memory issues, its better to split the video and then encode it. Correct me if i'm wrong here...

I was trying this yesterday but counldnt get it to work;

Code:
Load_Stdcall_plugin("D:\Encode\yadif16\yadif.dll")
DGDecode_mpeg2source("D:\three.d2v", cpu=6, info=3)
ColorMatrix(hints=true, interlaced=true, threads=0)
a=Trim(0,100000)
Yadif(Mode=1,Order=1)
SRestore()
b=Trim(100001,180000)
Yadif(Mode=1,Order=1)
SRestore()
a+b
Getting error that framerate doesnt match

Any help appreciated!
Arshad07 is offline   Reply With Quote