VideoHelp Forum




+ Reply to Thread
Results 1 to 28 of 28
  1. Member
    Join Date
    Jun 2023
    Location
    Greece
    Search Comp PM
    Hi to everyone!

    First of all sorry for my english!
    In the picture, on the left, is a magnified screenshot of video which was captured to dvd whereas on the right side of the photo is the outcome when I captured the same vhs tape via pc (the hardware consists of vhs player jvc hr-dvs2, blackmagic mini converter analog to sdi and an internal blackmagic video card). I cannot understand why there are these broken (only horizontal!!) lines when the vhs is captured via pc and blackmagic internal card.
    It seems an interlaced problem;Image
    [Attachment 71531 - Click to enlarge]
    Quote Quote  
  2. https://www.videohelp.com/glossary?I#Interlace,%20Interlaced,%20Interlacing,%20non-progressive

    It's not a problem. It's the nature of analog video. Note that your player/editor is automatically deinterlacing the DVD video. It's hard to tell from your image whether it's still interlaced or was poorly deinterlaced. Upload a short video sample.
    Quote Quote  
  3. Banned
    Join Date
    Nov 2022
    Search PM
    Seems that only one field is used for the deinterlaced video instead of two, and deinterlacing itself is a simple line doubling.

    Originally Posted by jagabo View Post
    It's not a problem. It's the nature of analog video.
    Well, it is a hack invented in the 1930s, which has been a nuisance ever since.
    Quote Quote  
  4. Member
    Join Date
    Jun 2023
    Location
    Greece
    Search Comp PM
    Thank you for your reply jagabo.
    I uploaded a short video, showing the two different ways of capturing the same vhs videotape.Compare Capturing via DVD or PC.mp4
    Quote Quote  
  5. The problem is poor deinterlacing. But you should upload an original capture, not a processed video so I can tell if the problem is in the cap or your processing.
    Quote Quote  
  6. Member
    Join Date
    Jun 2023
    Location
    Greece
    Search Comp PM
    The software I used to capture the videotape is OBS and I also upload the settings I have set to OBS when capturing.
    I cut the video through davinci resolve because it is too big to upload but I export (MediaInfo program) the settings that original capture file has.
    [ATTACH]OBS Settings_Original capture file settings.7z[/ATTACH]

    Moreover, the deinterlacing method was Yadif 2X Top Field First.
    Image Attached Files
    Last edited by Galif; 8th Jun 2023 at 06:53.
    Quote Quote  
  7. I believe OBS is your problem. The video has already been deinterlaced and encoded progressive. It should have been left interlaced and encoded interlaced. Best practice is to use traditional video capture software and capture 25 fps 720x576 interlaced YUV 4:2:2 (YUY2, YUYV, etc.) and compresses with a fast lossless codec. Then later encode with a high compression codec like x264 and encode 25 fps interlaced. Or use a high quality deinterlacer like AviSynth's QTGMC and encoded 50 fps progressive. See the attached videos of what to expect.

    https://web.archive.org/web/20051215123131/http://www.fourcc.org/

    I don't know what capture device you're using but try capturing with VirtualDub or AmarecTV.
    Image Attached Files
    Quote Quote  
  8. Member
    Join Date
    Jun 2023
    Location
    Greece
    Search Comp PM
    Thank you very much. I think you have right!
    I made some tests and one of them is to capture with obs with deinterlacing method disabled. The capture has broken lines (interlaced) and is awful but I deinterlaced it afterwords. I render it with davinci resolve and deinterlace it with davinci feature. The video became just perfect! Much better than capturing with deinterlaced method checked (Yadif 2X Top Field First).

    Thank you again!!! You were very helpful.
    Quote Quote  
  9. Find some colorful video with significant motion and verify that the chroma isn't blended. That's a very common problem with improper handling of interlaced video.
    Quote Quote  
  10. Video Restorer lordsmurf's Avatar
    Join Date
    Jun 2003
    Location
    dFAQ.us/lordsmurf
    Search Comp PM
    FYI, OBS is not suggest for capture software.
    Lots of loss, odds errors (since not actually analog capturing software).

    You have a great VCR there, the DVS2, so don't reverse quality by using the wrong software. Use VirtualDub.
    Want my help? Ask here! (not via PM!)
    FAQs: Best Blank DiscsBest TBCsBest VCRs for captureRestore VHS
    Quote Quote  
  11. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    I made some tests and one of them is to capture with obs with deinterlacing method disabled. The capture has broken lines (interlaced) and is awful but I deinterlaced it afterwords.
    Don't be worried by the jaggies after the capture. This is absolutely normal when you do an interlaced capture. You have to use another program/process to deinterlace it (as you have done with Resolve).
    Quote Quote  
  12. Member
    Join Date
    Jun 2023
    Location
    Greece
    Search Comp PM
    I had tried VirtualDub in the past, but it can capture only huge avi files. Am I wrong;
    Quote Quote  
  13. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    Originally Posted by Galif
    I had tried VirtualDub in the past, but it can capture only huge avi files. Am I wrong;
    Depends on the definition of "huge". If you capture with Virtual Dub using no codec, then yes, the files are huge (>100gb per hour). But what is recommended is to capture with the Lagarith or HUFFYUV codecs. This results in compressed but lossless files of around 30-40gb per hour. You would have to check Resolve can import Lagarith or HUFFYUV AVIs.
    Quote Quote  
  14. Member
    Join Date
    Jun 2023
    Location
    Greece
    Search Comp PM
    Thanks Alwyn. I will try to.
    Quote Quote  
  15. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    Once you've installed the codecs, open Virtual Dub, get into Capture mode, then on the Video menu, right down the bottom, Compression, and choose one of them.
    Quote Quote  
  16. Member
    Join Date
    Jun 2023
    Location
    Greece
    Search Comp PM
    Dear Alwyn. I tried to capture via virtualdub with lagarith codec but the captured file is in slow motion and with no sound (only noise). I tried to alter the parameters but I am still confused about what is going wrong. Am i virtual du(m)b;
    Basket VirtualDubLagarithNEW5.avi
    Quote Quote  
  17. The timestamps are all messed up. If one ignores the video timestamps and assumes 25 fps the video plays smoothly. Audio problems in VirtualDub often manifest as video timing issues. Try capturing (not converting) the audio as 16 bit integer, not 32 bit floats.

    Code:
    LWLibavVideoSource("Basket VirtualDubLagarithNEW5.avi", cache=false, prefer_hw=2) 
    AssumeTFF()
    QTGMC()
    Crop(6,0,-10,-0)
    Image Attached Files
    Quote Quote  
  18. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    Players on a go-slow for more pay?

    You've got the LAGS video codec working. Good job!

    In VDub, when you're in Capture mode and your digitiser is plugged in and ready to go, on the Audio menu, choose "0 Capture device".

    Other than that, there is another setting, depending on what version you have. The preferred VDub for capturing is v1.9.11. There's a copy here.

    If you keep having trouble with VDub, we're moving to AmarecTV for capture. VDub can be a nightmare and there are no quick-start guides for it. AmarecTV is a "flat" program, with a few simple screens and is easy to set up.

    On your captured video, you'll notice the interlacing (your "broken lines"). We'll get rid of that with a filter (ironically, with VDub!! ) after you get a good capture. It might not be quite as good as Jagabo's excellent effort, but we'll try.
    Quote Quote  
  19. Member
    Join Date
    Jun 2023
    Location
    Greece
    Search Comp PM
    Thank you Sagabo!

    I did it!!! The sound is perfect (RAW AUDIO FORMAT: PCM 48000Hz, stereo, 16-bit) and I changed the video format from "AUTO" to "625p50PAL-8 bit YUV".

    Thank you again for your help.
    Basket VirtualDubLagarithNEW6.avi
    Quote Quote  
  20. Member
    Join Date
    Jun 2023
    Location
    Greece
    Search Comp PM
    Hello Alwyn!

    Thank for the info.
    I had in mind to deinterlaced via AviSynth (yes, I think it's really a nightmare this script-program) but I could try your idea with VDub.
    Quote Quote  
  21. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    Glad you're underway.

    I could try your idea with VDub.
    Try the Deinterlace filter, set to YADIF, double frame rate, Top field first. It's not quite as good as QTGMC but...
    Quote Quote  
  22. Originally Posted by Galif View Post
    Thank you Sagabo!

    I did it!!! The sound is perfect (RAW AUDIO FORMAT: PCM 48000Hz, stereo, 16-bit) and I changed the video format from "AUTO" to "625p50PAL-8 bit YUV".

    Thank you again for your help.
    Image
    [Attachment 71697 - Click to enlarge]
    The new cap looks good. Video and audio.
    Quote Quote  
  23. Member
    Join Date
    Jun 2023
    Location
    Greece
    Search Comp PM
    Hello out there!
    After testing your ideas I did 4 completely different captures with the same video and afterward I made one video to compare them.
    The left two columns regards capture with OBS and the right two with VirtualDub. The deinterlaced method is different in every one of them and I think that capturing with VirtualDub and deinterlacing the video with QTGMC is the best method by far.

    Thank you all for sharing your knowledge with me and helping me find the root of the problem.
    Compare File.mp4
    Quote Quote  
  24. I don't now why that video is 23.976 fps with bt.709 colors. QTGMC with a 25 fps source should give you 50 fps (much smoother motion). Standard definition video is normally bt.601 colors. But for comparing the four deinterlacing methods it's adequate. You can see that QTGMC gives you far fewer aliasing artifacts.
    Quote Quote  
  25. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    @Galif, There seems to be an excessive of interlace jaggies on the Virtual Dub capture/Yadif deint. Did you use Yadif Double Frame Rate, TFF?
    Quote Quote  
  26. Member
    Join Date
    Jun 2023
    Location
    Greece
    Search Comp PM
    The fps is my mistake while rendering in Davinci. I use to set 701 color space when capture VHS but you have right...it is useless because is sd.
    I am not sure if I use the right setting when deinterlace via virtualdub. I upload a photo for sure.Image
    [Attachment 71746 - Click to enlarge]
    Quote Quote  
  27. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    My understanding is Vdub Deinterlace would be better as Yadif, Double frame rate Top Field First.
    Quote Quote  
  28. Yes, for smoothest motion you want to use Yadif and "double frame rate". Your video is top field first, so you pick "Double frame rate, top field first". If you pick the wrong field order you will get "two steps forward, one step back" type motion when you step through frames.
    Quote Quote  



Similar Threads

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