Quote:
Originally Posted by ge0dude
Thanks for the info, I'll see if I can hunt down one of those posts on getting it to work with Virtualdub.
|
I asked AI to find that post for me and it pulled it right up. The info was provided by forum member Tiwiliger (
https://www.digitalfaq.com/forum/members/tiwiliger.html )
They provided a DIY for getting the newer LHx cards working with VD, but I also asked AI to clean it up and make a bit more detailed step-by-step guide.
Note: The .BAT files are around 1kb, so if you open up any AI, e.g. Gemini, you can just upload all the .BAT files and prompt it to replace "x path" with "y path" and have it done in about 2 secs instead of manually going through each file.
Here are the steps, and I'll attach the PDF with Tiwiliger's Win10 images at the bottom. A step to double-click and run the modified .BAT files to update the Windows Registry has been added to the guide, but other than that it just expands on the original DIY (link at the bottom).
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
This guide outlines a method to enable Aja Kona LHi and Lhe Plus capture cards for use with
VirtualDub, bypassing the need for Aja's native Control Room software. This process leverages the DirectShow filters for Windows provided by Aja, requiring a slight modification to their installation. This allows users to capture directly to preferred codecs like
Huffyuv or Lagarith within VirtualDub, potentially streamlining their video capture workflow.
Important Note: This procedure involves modifying system files and assumes a basic understanding of file paths and Windows operations. Proceed with caution.
Prerequisites:- Aja Kona LHi or Lhe Plus capture card installed in your system.
- A Windows operating system (tested on Windows 10).
- VirtualDub capture software installed.
- Administrative privileges on your computer.
- A text editor (like Notepad) for modifying batch files.
Step-by-Step Procedure:
1. Download the Aja DirectShow Filters:
- Locate the Filters: Navigate to the official Aja Support website. As of July 15, 2025, the DirectShow Filters can be found at: https://www.aja.com/assets/support/f...age_15_5_2.zip
- Download: Download the AJA_DirectShowPackage_15_5_2.zip archive (or the latest available version).
- Extract: Extract the contents of the downloaded ZIP archive to a easily accessible location on your Hard Disk Drive (HDD). For example, you might extract it to C:\AJA_DirectShowPackage_15_5_2. Remember this exact file path, as you will need it later. The name of the extracted folder is typically AJA_DirectShowPackage_15_5_2, but always verify the exact name.
2. Install the NTV2 Driver:
- Navigate to the folder where you extracted the DirectShow filters.
- Locate and run the ntv2driver-15.5.2.msi file (the version number may vary based on the downloaded package). This will install the necessary NTV2 drivers for your Aja card.
3. Modify the Registration Batch Files:
This is the most critical step, where you will correct the file paths that the DirectShow filter registration scripts use.
- Locate Registration Files: Inside your extracted DirectShow package folder, navigate to the RegistrationFiles subfolder. You will see several .bat (batch) executable files.
- Edit Register32.bat:
- Right-click on Register32.bat and select "Edit" (or "Open with Notepad" if "Edit" is not an option).
- You will see commands similar to: regsvr32 "..\Filters\SingleChannel\AJACapture32.dll"
- Understand the Modification: The .. (dot-dot) indicates going up one directory level. This path needs to be changed to the absolute path where you extracted the DirectShow package.
- Change the Path: Replace ..\Filters\SingleChannel\ with the full path to your extracted Filters\SingleChannel\ folder.
- Example: If your extracted folder is C:\AJA_DirectShowPackage_15_5_2, then ..\Filters\SingleChannel\AJACapture32.dll becomes C:\AJA_DirectShowPackage_15_5_2\Filters\SingleChan nel\AJACapture32.dll.
- Important: Ensure you apply this change to all corresponding commands within the Register32.bat file.
- Save: Save the changes to the Register32.bat file.
- Edit Register64.bat:
- Repeat the exact same modification process for Register64.bat. Right-click, edit, change all relevant paths, and save the file.
- Consider MultiRegister Batch Files (Optional but Recommended):
- While the original forum post suggests these are not strictly necessary for basic functionality, failing to modify them can lead to other errors.
- You can use an AI tool (like Google Gemini) to help with the modification:
- Open each MultiRegister.bat file (e.g., MultiRegister_Dual.bat, MultiRegister_Quad.bat) in a text editor.
- Copy the entire text content of the .bat file.
- Paste it into an AI prompt and instruct it to replace all instances of ..\Filters\ with your full extracted path (e.g., C:\AJA_DirectShowPackage_15_5_2\Filters\).
- Carefully proofread the AI-generated modified text.
- Copy the modified text and paste it back into the respective .bat file, overwriting the original content.
- Save the changes.
4. Run the Modified Batch Files:
- After saving all modifications, execute the Register32.bat and Register64.bat files by double-clicking them. You might see a command prompt window briefly appear and disappear. This registers the DirectShow filters with your Windows system.
- If you modified the MultiRegister files, run those as well.
5. Restart Your PC:
- It is crucial to restart your computer after making these changes for them to take full effect.
6. Verify in VirtualDub:
- After your PC restarts, open VirtualDub.
- Go to File > Capture AVI... (or press F6).
- In the capture window, go to Device. Your Aja Kona LHi or Lhe Plus card should now appear as a selectable capture device.
- You should now be able to select your desired video and audio sources and capture directly within VirtualDub using your preferred video codecs (e.g., Huffyuv, Lagarith).
By following these steps, you should successfully enable your Aja Kona LHi or Lhe Plus capture card for use with VirtualDub, allowing for more flexible and direct capture workflows.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Here is Tiwiliger's original useful DIY post for editing the Register.bat files:
https://www.digitalfaq.com/forum/vid...html#post96680
And the .PDF of this guide is attached below.