VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Hi,

    I capture some music video on SVCD resolution 480*576 interlaced.

    I'd like encode my capture to DVD format (720*576) so I use the following AviSynth Script.

    Code:
    video=Avisource("d:\capture.avi",false)
    audio=WavSource("d:\capture.wav")
    audiodub(video,audio)
    LanczosResize(720,576)
    The conversion is good but some motion seems to be "duplicated" probably due to the resize.

    So, is it better to 1) deinterlace, 2)resize, 3a) encode as progressive, 3b) encode as interlaced.

    Which avisynth filter is the best to deinterlace and the faster one.

    Thx.
    Quote Quote  
  2. Video Restorer lordsmurf's Avatar
    Join Date
    Jun 2003
    Location
    dFAQ.us/lordsmurf
    Search Comp PM
    Do not deinterlace.
    I always use Procoder for my resizing.
    Want my help? Ask here! (not via PM!)
    FAQs: Best Blank DiscsBest TBCsBest VCRs for captureRestore VHS
    Quote Quote  
  3. Member
    Join Date
    Mar 2003
    Location
    United Kingdom
    Search Comp PM
    Second the 'don't deinterlace' suggestion: (a) I think DVD format video should be interlaced anyway (?? I see no other reason for it being 576 line 25fps on PAL) and (b), as your output is at the same height as your input, the resize shouldn't affect the interlaced fields.
    Quote Quote  



Similar Threads

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