VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    Dec 2004
    Location
    Triptonia
    Search Comp PM
    If i want to create an interlaced video from a progressive one is:
    Code:
    LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\dgdecode.dll")
    mpeg2Source("goods-prog.d2v")
    assumefieldbased().doubleweave()
    correct?

    Any other options?

    ty
    Quote Quote  
  2. correct?

    No, not unless you want to double the height while you're at it. How about:

    SeparateFields()
    Trim(1,0)
    Weave()
    Quote Quote  
  3. Member
    Join Date
    Dec 2004
    Location
    Triptonia
    Search Comp PM
    ty
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!