VHS-SVCD and deinterlacing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ShuMO
    Junior Member
    Junior Member
    • Dec 2002
    • 49

    VHS-SVCD and deinterlacing

    I've been hard at work attempting to convert VHS-c to SVCD to backup the wife's movies.
    I've learned a lot (didn't know my tv clips off all the media, or that its slightly askew... what a trip that was.)

    1. Does anyone have knowledge about why 'Smartdeinterlace' doesn't seem to work on my avi2svcd? I get an avisynth error, even when I try to open it into VirtDub.

    LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2Dec\mpeg2dec .dll")
    AVISource("C:\capture.avi",False)
    ConvertToYUY2()
    SmartDeinterlace(3,10,-1,0,-1)
    Crop(0,1,0,-5)
    #Tweak(0,1.5,0,1.5)
    #AddBorders(15,8,18,14)
    BicubicResize(480,480,0.0,0.6)

    2. Along these lines, whats the difference between Mpeg2dec.dll and Mpeg2dec2.dll? From my readings it seems two different authors. Any important differences?

    3. Avisynth statements that are loaded into A2S are stored where? I want to hard code the crop and tweak lines you see above so I dont need to stop A2S.

    4. Any suggested Avisynth statements that might have positive effects on the video? I'd like to play around and see if I can get any better look. (Right now, its spot on to the tapes playback quality, but I'd like to read/hear more about possible improvements I might be able to get.)

    thanks in advance.
    ShuMO
Working...