VideoHelp Forum
+ Reply to Thread
Results 1 to 12 of 12
Thread
  1. Member
    Join Date
    Sep 2020
    Location
    Australia
    Search PM
    I recorded a 2 hour and 27 minute VHS tape to my computer and there was 0 dropped frames but 1 inserted frame. This is with a DVD recorder passthrough. I've heard from lordsmurf that 0 dropped frames is the only amount that is acceptable. But what is the consensus on inserted frames? If I record again is it possible for that inserted frame to disappear? And what is an inserted frame?
    Quote Quote  
  2. Congrats for the 0 dropped and 1 inserted (probably a duplicate) frame for a 2h27min capture!
    I wouldn't worry much about the inserted frame. It was probably inserted in order to keep video and audio in sync. You may want to delete the inserted (duplicate) frame, but watch out for not introducing an annoying audio glitch/click.

    Doing the capture again has various possible outcomes:
    - 0 dropped and 0 inserted frames (wishful best case)
    - the inserted frame appears at a different position
    - more dropped and inserted (duplicated) frames
    I would leave as is if the capture has no other deficiencies than just 1 inserted frame over the full length of 2h27min capturing. Just my opinion.
    Quote Quote  
  3. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    You using a GV-USB2?
    Quote Quote  
  4. Member
    Join Date
    Sep 2020
    Location
    Australia
    Search PM
    Originally Posted by Alwyn View Post
    You using a GV-USB2?
    Yes. Why?
    Quote Quote  
  5. Member Skiller's Avatar
    Join Date
    Oct 2013
    Location
    Germany
    Search PM
    Do not worry about one inserted frame in a two and a half hour capture.
    Like Sharc, I also believe it was inserted to keep audio in sync and it's harmless.
    Quote Quote  
  6. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    My GV-USB2 does the same, every capture. Ignore.
    Quote Quote  
  7. Member
    Join Date
    Sep 2020
    Location
    Australia
    Search PM
    Originally Posted by Skiller View Post
    Do not worry about one inserted frame in a two and a half hour capture.
    Like Sharc, I also believe it was inserted to keep audio in sync and it's harmless.
    The capture device duplicates a frame near the beginning of the tape. It's annoying. Is there a way to get rid of it?

    This black/grey bar appears at the bottom and top in certain parts of the video. I don't have a full frame TBC just a line TBC DVD recorder. Is there a way to get rid of this too? It appeared smaller the second time I recorded for some reason.

    I notice like a flash of noise on my tape appears at moments. Could this indicate damage to the tape? Screenshot of the bar below:

    Image
    [Attachment 61827 - Click to enlarge]
    Last edited by bigbadben; 16th Nov 2021 at 03:54.
    Quote Quote  
  8. Captures & Restoration lollo's Avatar
    Join Date
    Jul 2018
    Location
    Italy
    Search Comp PM
    The capture device duplicates a frame near the beginning of the tape. It's annoying.
    It is not.

    Is there a way to get rid of it?
    Sharc already aswered you.
    You may want to delete the inserted (duplicate) frame, but watch out for not introducing an annoying audio glitch/click.
    To remove it, in AviSynth you can do
    Code:
    video_new=videosource.trim(0,x-1)++videosource.trim(x+1,0)
    
    #where x=number of duplicated frame
    I notice like a flash of noise on my tape appears at moments.
    It is "head switching noise", is normal to have it, and you can mask it in AviSynth with
    Code:
    crop(0,0,0,-x)
    addBorders(0,0,0,x)
    
    #where x=number of lines you want to mask
    Last edited by lollo; 16th Nov 2021 at 07:35.
    Quote Quote  
  9. Member
    Join Date
    Sep 2020
    Location
    Australia
    Search PM
    Originally Posted by lollo View Post
    The capture device duplicates a frame near the beginning of the tape. It's annoying.
    It is not.

    Is there a way to get rid of it?
    Sharc already aswered you.
    You may want to delete the inserted (duplicate) frame, but watch out for not introducing an annoying audio glitch/click.
    To remove it, in AviSynth you can do
    Code:
    video_new=videosource.trim(0,x-1)++videosource.trim(x+1,0)
    
    #where x=number of duplicated frame
    I notice like a flash of noise on my tape appears at moments.
    It is "head switching noise", is normal to have it, and you can mask it in AviSynth with
    Code:
    crop(0,0,0,-x)
    addBorders(0,0,0,x)
    
    #where x=number of lines you want to mask
    It's annoying to me. If it's not annoying to you then good for you. Not sure why you're being unfriendly. I've never met you in my life.
    Quote Quote  
  10. Captures & Restoration lollo's Avatar
    Join Date
    Jul 2018
    Location
    Italy
    Search Comp PM
    I did not want to be unfriendly. Just confirming that having 1 inserted frame is not an issue from a technical point of view.
    Last edited by lollo; 17th Nov 2021 at 09:28.
    Quote Quote  
  11. Assuming your capture is a lossless *.avi, you can try as follows:
    1) Open your file in VirtualDub2
    2) Navigate to the (next) frame which you want to delete
    3) Press the Delete key on your keyboard
    Repeat steps 2) and 3) for all frames you want to remove
    4) Save the file under a new name

    I notice like a flash of noise on my tape appears at moments. Could this indicate damage to the tape?
    Either this, or local dust/dirt on the tape, or temporary dirt on the VCR head, or a glitch in the capture. It may go away in a second capture attempt, or just appear at a different position. You may want to delete these frames using the method above (and eventually accept audio hickups and video jumps). You may just try, or upload a sample for better advice.

    You could also delete the unwanted (ugly) frames and replace these by interpolated frames which are synthesized from the adjacent healthy frames, but this is a rather complicated process with its own pitfalls.
    Last edited by Sharc; 17th Nov 2021 at 03:05.
    Quote Quote  
  12. Member Skiller's Avatar
    Join Date
    Oct 2013
    Location
    Germany
    Search PM
    Originally Posted by bigbadben View Post
    The capture device duplicates a frame near the beginning of the tape.
    A.k.a. at the very beginning of every capture???
    Two things to narrow this down:

    1) See if it happens if you just capture the DVD-recorders setup menu without any tape playing. If yes, then it's not related to the analog signal to be captured but on the PC side of things. It could, for example, be something as trivial as the HDD spinning up from stand-by.

    2) In such case it would happen only once for the first capture and not for the next capture if you start another one right away. Does it happen for every capture if you do several short ones in a row?
    Quote Quote  



Similar Threads

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