If i want to create an interlaced video from a progressive one is:
correct?Code:LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\dgdecode.dll") mpeg2Source("goods-prog.d2v") assumefieldbased().doubleweave()
Any other options?
ty
+ Reply to Thread
Results 1 to 3 of 3
-
-
correct?
No, not unless you want to double the height while you're at it. How about:
SeparateFields()
Trim(1,0)
Weave()
Similar Threads
-
Progressive Vs Interlaced?
By shagratt71 in forum Video ConversionReplies: 4Last Post: 26th Dec 2011, 09:22 -
de-interlaced means progressive ?
By codemaster in forum EditingReplies: 19Last Post: 23rd Dec 2010, 06:08 -
Interlaced or progressive
By rank in forum Newbie / General discussionsReplies: 4Last Post: 3rd Jul 2010, 16:41 -
Progressive vs Interlaced Regarding Motion
By Brent212 in forum Newbie / General discussionsReplies: 6Last Post: 15th Jul 2009, 19:26 -
Does de-interlaced video = progressive?
By yoda313 in forum RestorationReplies: 13Last Post: 18th Aug 2008, 19:51