VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Member
    Join Date
    Nov 2015
    Location
    United States
    Search Comp PM
    I finally got around to digitizing my old home movies, which are on vhs tape. I'm capturing the video just fine but it's ending up with a problem with the interlacing. Even on shots with no movement, it looks like the lines are misaligned. It looks like something like this is happening:

    Code:
    ooooooooooo
      ooooooooooo
    ooooooooooo
      ooooooooooo
    ooooooooooo
      ooooooooooo
    ooooooooooo
      ooooooooooo
    I can't seem to find any tutorials or guides about how to deal with that problem, but I figure there's gotta be a filter that will fix it. Can anyone point me in the right direction? Even a clue as to what this problem is called would really help.
    Quote Quote  
  2. In AviSynth something like:
    Code:
    AssumeTFF()
    SeparateFields()
    evn=SelectEven().Crop(2,0,-0,-0).AddBorders(0,0,2,0)
    odd=SelectOdd()
    Interleave(evn,odd)
    Weave()
    Change the crop/addborders amount as necessary.
    Quote Quote  
  3. Member PuzZLeR's Avatar
    Join Date
    Oct 2006
    Location
    Toronto Canada
    Search Comp PM
    Originally Posted by animatorgeek
    Even a clue as to what this problem is called would really help.
    Hard to tell without a sample, but your problem may have been a form of flagging or tearing, and that would likely be because you captured without a TBC that does line correction.

    If you don't want to get a TBC, or don't want to capture again, or don't have the tape(s) anymore, then Jagabo's solution should easily correct it if the pattern is consistent.
    I hate VHS. I always did.
    Quote Quote  



Similar Threads

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