![]() |
VirtualDub with Windows 11?
Just getting started with my new workflow from lordsmurf to digitize VHS tapes. Total newbie so trying to figure things out. Here's what I have:
JVC SR-M55 DVK-200 Pinnacle Systems GmbH 510-USB Rev:2.0 I have a few PC's I can use, but both are running Windows 11. Is there a version of VirtualDub that works with Windows 11? Should I use a different software (I don't mind paying for something that works well)? Or, do I need to go find an old computer with an older version of Windows? My hope is that the hardware I've acquired will maximize quality playback, and the software will provide solid results without being crazy complicated. I'd consider myself to be reasonably competent with running software, but I'll admit that my first impressions of VirtualDub have seemed intimidating. Not sure how much of that is the software, and how much of that is my inexperience in this world of video capture. Any advice to help me get started would be appreciated. |
Virtual Dub is over-rated, IMO.
If you cannot get it working on Win 11, try the simpler AmarecTV: https://www.videohelp.com/software/AmaRecTV Ignore any prompts for version 4 AmarecTV codecs; version 3.1 is fine. Guide here: https://www.digitalfaq.com/forum/vid...html#post86872 Let us know how you get on on Win 11. |
There's too many unknowns with AmarecTV, and it fails to work with many cards.
@goofy, did you try VirtualDub 1.9.x yet? |
Quote:
Which cards? Any evidence? (I already know there will be none, jut asking for the pleasure of doing so) AmarecTV is the best capture software for consumer cards. By far. |
Quote:
Connected VCR to DVK-200 (S-video cable), and connected DVK-200 to Pinnacle device (S-video cable). Connected audio cables directly from VCR to Pinnacle device. (I've also tried capture without the use of the DVK-200 just to simplify things for troubleshooting.) Pinnacle device is connected to computer using the supplied USB cable. I opened VirtualDub and pressed play on the VCR. I then went to File-->Capture AVI... to start capture mode. At this point it doesn't look like anything is happening. I then tried going to Device-->0 Microsoft WDM Image Capture (Win 32) (VFW). I then got the message below. "VirtualDub cannot connect to the desired capture driver" Not sure if this is because I'm on a 64 bit system. I did download the huffyuv files to my machine, but am not sure where to put them or how to use them. |
Quote:
I did three captures, one in VD, and two in Amarec, and lining them up by the frame, the Amarec ones were all in sync somehow, but varying in different lengths. I need to redo this again of course, perhaps I might try a video with a burnt in timecode in it. Otherwise, if I remember correctly, Amarec captures just fine without a TBC ironically enough. |
Quote:
Quote:
Quote:
that VirtualDub often fails with card having integrated audio/video capture. Quote:
Quote:
will fail as any other software. If you want to investigate further on the dropped/inserted frame, you can run a capture building your own graph with GraphEdit This home-build capture software is very essential and will report any dropped frames (it will not be able to insert frames) without errors, and without complex processing which may alter the frames and the audio synch. Then you can compare with VirtualDub and AmarecTV captures, and check everything. (I did this extensively) Also consider that some cards have been reported to drop frames before the signal reaches the capture software and then are hidden to it. I never experienced that or saw a reported experiments, just blah-blah, so I mention just for the sake of information. |
The old virtualdub variants do lack some fixes that can cause issues on modern windows, might work better with Virtualdub2.
Quote:
|
Quote:
Quote:
Sometimes I take samples, sometimes not. Sometimes I have time to post the samples I took, sometimes not. I'm busy. I used to do more, but my health/MS is a time thief. It frustrates regularly. I do well enough just to type replies to posts. Quote:
Quote:
WinXP/7 do not shows "0 Microsoft WDM Image Capture (Win 32) (VFW)", and that would be the wrong device. What device is selected? It does not seem as if the proper device is showing in VirtualDub. Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Quote:
Try VirtualDub in Win8/10 (and probably 11). If fail, and you know it's not PEBKAC, then try VirtualDub2. But verify it's not user error, proper scientific method. Quote:
|
1 Attachment(s)
Quote:
Quote:
However, I only trust scientific experiment with unique results when supporting a thesis. Internet blah-blah is not for me. Quote:
AmarecTV is the best capture software for consumer devices, as experimented by me and reported by many. I have yet to see a bad report about it. Quote:
Quote:
Quote:
here how to build your own capture software (if any doubt just ask): 1- download and open GraphStudioNext (I use 32bit version) 2- Using "Graph -> Insert Filter..." add the input filter of the card; in my case is "Hauppauge Cx23100 Crossbar" 3- Using "Graph -> Insert Filter..." add the capture filter of the card; in my case is "Hauppauge Cx23100 Video Capture" 4- connect video output pin and audio output pin from input filter to video input pin and audio input pin of capture filter by click and drag with the mouse 5-Using "Graph -> Insert Filter..." add your favourite capture codec; in my case is "Huffyuv 2.1.1" 6- connect video output pin from capture filter to Input pin of video codec (Huffyuv v2.1.1) by click and drag with the mouse 7- Using "Graph -> Insert Filter..." add "AVI Mux", which will be in charge to multiplex the streams 8- connect Output pin from codec to Input 01 pin of AVI Mux and audio output from capture filter to Input 02 of AVI Mux by click and drag with the mouse 9- Using "Graph -> Insert Filter..." add "File Write", specifying the name of the output file (capture.avi in my case), which will be in charge to create the capture file 10- connect AVI Out pin of AVI Mux to in pin of File Writer 11- double click on input filter of the card and capture filter of the card to set capture parameters (Composite or SVideo, PAL/NTSC/SECAM/, Proc Amp, etc,) 12- double click on AVI Mux filter and select Interleave "None" 13- Save the Graph In this way you have created your own "capture software". It has the main disadvantage (which is a big advantage for our purposes) to do not have any custom procedure/routines to handle the incoming audio/video stream. It just relies on AVI Mux filter and its check for the incoming packets. Withe the above settings, if a video frame does not arrive at the expected time (the specific video frame, or better field, rate) it will be dropped. And reported as such. No inertion of frames as in AmarecTV or VirtualDub, no relative audio/video clock adjustements, etc. For a clean tape and appropriate workflow there will be no dropped frames. Otherwise, as often happens, there will be some. The AVI mux report can be inspected for analysis (be careful that it will be erased if closing the application, so it must be saved elsewhere). The captured file can be analyved also with VirtualDub to double check the dropped frames. The purpose of all this is to audit the capture chain in stress condition, where no counter-measures are used by a generic capture software to keep in synch the streams, and see what happens. And compare with the results of the available software (VirtualDub, AmarecTV, VirtualVCR, etc.) The proposed "capture software" is only to capture without display (a TV or monitor connected to the VCR can be used for that). It can be easily modified to add a set of filters to display the incoming signal, but I prefer to avoid it to do not introduce additional variables. I am writing all this in a rush so if something is not clear just ask. Attachment 16471 |
I've tried two different versions of VirtualDub, VirtualDub2, AmaRecTV 3.10, and, CaptureFlux. In every case, the software doesn't see the Pinnacle capture card. I think my current roadblock is that I don't have an updated driver for the Pinnacle Systems GmbH 510-USB Rev:2.0 capture device.
Is there a driver that will work with Windows 11 with this Pinnacle device? If not, should I explore using a different capture device -- Or, do I need to start shopping the used market for an old PC running Windows XP or Windows 7? (I do see a Windows 7 machine for sale locally on Facebook marketplace.) At this point, I'm looking for the easiest solution, if there is such a thing. |
Quote:
See https://www.digitalFAQ.com/forum/vid...html#post71898 Quote:
Quote:
Quote:
|
I really like Lordsmurf's idea of having a capture OS on a separate SSD and using some sort of power switcher to determine what SSD runs at start up.
Lordsmurf, I can't find that (recent) post of yours with the Amazon link. Could you post it again? |
Quote:
When available, dual boot. But hardware method, not software. Use this as the boot switch: https://amzn.to/42ApSWL Note: BE CAREFUL! Don't hit the switch while the system is on. I doubt it will blow the SSD (possible, however), just corrupt open files, and screw up what you were doing at the time. Sort of like NOT turning off the car while you're driving it! |
2 Attachment(s)
A friend of mine had an old Toshiba 32-bit laptop running Windows XP Media Center Edition (I'm writing this message on it now). I've attached a screenshot of the system specs. What do you guys think? Worth a try?
-- merged -- Initial test with the Windows XP machine has got me closer. I now can see the Pinnacle device in VirtualDub....progress! Now when I try to initiate a capture, it looks like it's trying, but ultimately gives the error, "Unable to start video capture." Here are my steps: 1. Launch VirtualDub 2. Press play on VCR 3. In VirtualDub, click Capture (menu)-->Test video capture Not sure if this is still a software problem, or an issue with how I have the hardware connected. To help rule out the latter first, I've attached a picture of how I have the workflow connected. Candidly, the DVK-200 device is a mystery to me. I'm not even sure what it's supposed to do, let alone how to use it. |
Quote:
Quote:
For the process of elimination, leave it out. VCR > capture card only, for right now during testing. |
Quote:
Quote:
|
Quote:
Quote:
Also, what are the specs of the video card? Nvidia, ATI, onboard? |
2 Attachment(s)
Here are screenshots of timing settings and graphics card info.
|
1 Attachment(s)
I can't get to my video capture gear today, so going from memory here. Try the attached.
Put in Preview mode. If needed, try different Preview Accelerator modes. Intel graphics is good news. |
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.