VideoHelp Forum
+ Reply to Thread
Results 1 to 16 of 16
Thread
  1. Hello everyone, I'm new to this so forgive me if this post is stupid. Recently I bought the I-O Data GV-USB2 to capture VHS tapes. It's great because it keeps both fields (unlike a lot of VHS capture devices.) I've been using it with deinterlacing enabled in OBS to capture VHS tapes to 60p MKV files (I know this isn't an optimal setup.) Anyways, I want to upgrade my setup. I'd like capture into a 30i file (preferably mpg or vob, but it doesn't matter too much to me.) The only problem is that I don't know how to do this. I've heard that VirtualDub has the capability to do this, but I haven't been able to figure it out. So, does anyone know a good way to capture VHS tapes into an interlaced file or could help me figure out how to do it in VirtualDub?

    P.S.
    My VCR is a Panasonic PV-7400 (which I'm aware isn't ideal since it's not stereo.)
    Quote Quote  
  2. Normally all you need to do is set capture format to 480(30i)/576(25i) then all active video lines from both fields should be recorded however driver may process signal in own way so you need to try. Personally i avoid lossy codecs and capture video with lossless codecs (such as huffyuv for video and pcm for audio). Later you can transcode such losslessly captured video to any codec you wish. This remark is especially valid if you use CPU for compression, for "GPU" assisted capture this is less severe problem as they support real time compression.
    Quote Quote  
  3. Originally Posted by lollo View Post
    For I-O Data GV-USB2 follow Alwin's AmarecTV guide https://aaproductions.net/amarectv.htm
    Is there any specific codec you'd recommend? I tried using UT & Lagarith, but they both produced results where the interlaced video was in a progressive file (screenshot attached.) I could play this back in VLC with Yadif 2x, but it looked very jittery and I assume was deinterlaced using AI.
    Image Attached Thumbnails Click image for larger version

Name:	vlcsnap-2024-10-11-13h10m06s628.png
Views:	15
Size:	561.8 KB
ID:	82781  

    Quote Quote  
  4. Member
    Join Date
    May 2005
    Location
    Australia-PAL Land
    Search Comp PM
    Those UT and LAGS video files ARE Interlaced. VLC Player is deinterlacing them and producing that blur. Make sure you've got Deinterlacing ON AND Mode Yadifx2; two separate settings. Note that every time the video ends, the VLC deinterlace settings revert to Auto.

    The jitter and blur is because the deinterlacing is only single-rate. If you have Yadifx2 mode working correctly, the video will be smoother and less blurry because you're getting twice the number of frames for the same length of time.

    A better analysis can be done by opening the file in VDub; the interlacing will be obvious.
    Quote Quote  
  5. Captures & Restoration lollo's Avatar
    Join Date
    Jul 2018
    Location
    Italy
    Search Comp PM
    Is there any specific codec you'd recommend?
    My preference is for HuffYUV, but Lagarith and UV Video are ok.

    they both produced results where the interlaced video
    You (properly) asked for an interlaced video, and that's what you have. With modern displays either you leave the deinterlacing operation to the TV or the player (with the settings that Alwin suggested), or you deinterlace by software.
    Quote Quote  
  6. Originally Posted by peanutsoup View Post
    produced results where the interlaced video was in a progressive file
    The problem is that AVI doesn't really have the facility to flag the video as interlaced so players and editors don't know the video is interlaced. It's up to you to tell the player/editor the video is interlaced.

    Originally Posted by peanutsoup View Post
    (screenshot attached.) I could play this back in VLC with Yadif 2x, but it looked very jittery
    VLC may have been playing the video with the wrong field order. VLC always assumes bottom-field-first when 2x deinterlacing. If the video is top-field-first the fields will be played in the wrong order. You can test this by pausing the video in VLC then using the e key to step field-by-field (when Yadif 2x is specified).
    Quote Quote  
  7. I am trying Alwin's guide, but the audio is distorting with loud vocals. How do I control the level of audio going to AmerecTV?
    Quote Quote  
  8. Originally Posted by Alwyn View Post
    Those UT and LAGS video files ARE Interlaced. VLC Player is deinterlacing them and producing that blur. Make sure you've got Deinterlacing ON AND Mode Yadifx2; two separate settings. Note that every time the video ends, the VLC deinterlace settings revert to Auto.

    The jitter and blur is because the deinterlacing is only single-rate. If you have Yadifx2 mode working correctly, the video will be smoother and less blurry because you're getting twice the number of frames for the same length of time.

    A better analysis can be done by opening the file in VDub; the interlacing will be obvious.
    I should've clarified this in my previous post, but I did have deinterlacing on with Yadif 2x
    Quote Quote  
  9. Originally Posted by jagabo View Post
    Originally Posted by peanutsoup View Post
    produced results where the interlaced video was in a progressive file
    The problem is that AVI doesn't really have the facility to flag the video as interlaced so players and editors don't know the video is interlaced. It's up to you to tell the player/editor the video is interlaced.

    Originally Posted by peanutsoup View Post
    (screenshot attached.) I could play this back in VLC with Yadif 2x, but it looked very jittery
    VLC may have been playing the video with the wrong field order. VLC always assumes bottom-field-first when 2x deinterlacing. If the video is top-field-first the fields will be played in the wrong order. You can test this by pausing the video in VLC then using the e key to step field-by-field (when Yadif 2x is specified).
    Is it possible to make it so the output file will appear as interlaced instead of progressive? Maybe with FFmpeg?
    Quote Quote  
  10. Originally Posted by peanutsoup View Post
    Is it possible to make it so the output file will appear as interlaced instead of progressive?
    Not with any of the lossless codecs. DV AVI supports an internal interlace flag and most players/editors respect it. But the video must be bottom-field-first.
    Originally Posted by peanutsoup View Post
    Maybe with FFmpeg?
    Again, not with AVI.

    Note that lossless codecs aren't meant for final viewing. They're meant to be used for capture, archiving, and intermediate formats. You need to keep track of whether your video is progressive or interlaced and force the editor/converter to handle it properly.
    Quote Quote  
  11. Originally Posted by jagabo View Post
    Originally Posted by peanutsoup View Post
    Is it possible to make it so the output file will appear as interlaced instead of progressive?
    Not with any of the lossless codecs. DV AVI supports an internal interlace flag and most players/editors respect it. But the video must be bottom-field-first.
    Originally Posted by peanutsoup View Post
    Maybe with FFmpeg?
    Again, not with AVI.

    Note that lossless codecs aren't meant for final viewing. They're meant to be used for capture, archiving, and intermediate formats. You need to keep track of whether your video is progressive or interlaced and force the editor/converter to handle it properly.
    Oh so I take it that it's not possible to make the output file automatically appear as interlaced to software such as VLC (at least losslessly.)
    Last edited by peanutsoup; 12th Oct 2024 at 14:17.
    Quote Quote  
  12. Member DB83's Avatar
    Join Date
    Jul 2007
    Location
    United Kingdom
    Search Comp PM
    Did you not read what was written ?

    I am certain I have, and the others who have contributed here, have captured lossless as interlaced. And to reiterate OBS is the WRONG tool for VHS capture even if it can be persuaded to do it.


    The only clips I can find right now are captured with huffyuv and mediainfo reports them as interlaced which is what I would expect. Whether I used Amarec or vdub (not vdub2) to do the captures I can not remember.
    Quote Quote  
  13. Originally Posted by DB83 View Post
    Did you not read what was written ?

    I am certain I have, and the others who have contributed here, have captured lossless as interlaced. And to reiterate OBS is the WRONG tool for VHS capture even if it can be persuaded to do it.


    The only clips I can find right now are captured with huffyuv and mediainfo reports them as interlaced which is what I would expect. Whether I used Amarec or vdub (not vdub2) to do the captures I can not remember.
    Yes, I read what was written... I've tried using AmaRecTV with Alwin's tutortial and VirtualDub with a tutorial I was sent on the DimeADozen forums, and although they both produce interlaced results, the output files will automatically show up to software such as VLC as being progressive instead of interlaced, which isn't what I want to do. So unless there's a way to modify VirtualDub or AmaRecTV to output files that will automatically appear as interlaced or a way to modify the output file to make it automatically appear as interlaced, what I want to do isn't possible. But I'll try HuffYUV and see if it does what I want to do.
    Last edited by peanutsoup; 12th Oct 2024 at 14:20.
    Quote Quote  
  14. Member DB83's Avatar
    Join Date
    Jul 2007
    Location
    United Kingdom
    Search Comp PM
    Then I suggest, if it has not already been mentioned, that you check your deinterlace settings (Video tab) in VLC.

    They could be set to 'automatic' which could deinterlace the video accoring to what the deinterlace setting shows. Set the first setting to 'off' and try again.


    But, surely, you do not wish to view the video as interlaced permanently ?
    Quote Quote  
  15. Originally Posted by DB83 View Post
    Then I suggest, if it has not already been mentioned, that you check your deinterlace settings (Video tab) in VLC.

    They could be set to 'automatic' which could deinterlace the video accoring to what the deinterlace setting shows. Set the first setting to 'off' and try again.


    But, surely, you do not wish to view the video as interlaced permanently ?
    Currently my deinterlacing settings in VLC are set to automatic and Yadif 2x so that it will automatically detect if a video is interlaced and if it is then it'll use Yadif 2x to play it back at 50 / 60 fps. Which as I now know, deinterlaces it as BFF instead of TFF like Yadif (no 2x.) I suppose this may have been an odd request, but I want to rip my VHS tapes into an interlaced file that can then be played back at 50 / 60 fps. But with my current setup in AmaRecTV and VirtualDub the output file won't automatically be deinterlaced in VLC like I want it to. Something like this must be possible since I've seen a fair amount of .mpg rips of VHS tapes that are interlaced. Although if you say that HuffYUV will produce the types of files that I want then I'll try it. I just can't at the moment because I already have a VHS tape ripping and I don't want to lose my progress lol.
    Quote Quote  



Similar Threads

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