If you use macOS, you can easily install vrecord using a package manager called Homebrew. To install Homebrew, follow these instructions.
To install vrecord, run the following two commands in a Terminal window:
brew tap amiaopensource/amiaos
brew install vrecord
(The first taps the homebrew recipes of the amiaopensource account; the second installs vrecord and the other programs that it requires.)
Once vrecord has been successfully installed, you can update it to the latest release by first running:
brew update
(This updates all of your Homebrew recipes to the latest versions.)
Then running:
brew upgrade vrecord
(This downloads the latest release of vrecord and the latest releases of any other packages it depends on.)
Alternatively, you can run:
brew upgrade
(This command will upgrade all of the programs you've installed through Homebrew.)
Workarounds for some issues users have reported while installing vrecord can be found at the AMIA Open Source Homebrew troubleshooting page. If you are experiencing issues with installing vrecord check this page to see if the error you are experiencing has been addressed.
Vrecord can also be installed on select Linux distributions, also via Homebrew, and the AMIA-OS Homebrew tap reachable with:
brew tap amiaopensource/amiaos
Detailed instructions for installation can be found in the Linux installation document.
In modern versions of macOS (such as Sequoia and later), hardware drivers require manual activation through System Settings.
-
Enable Hardware Extensions:
- Open System Settings and navigate to General > Login Items & Extensions.
- Scroll down to the Extensions section.
- Locate the Blackmagic Design entries. You may need to click the Information (i) icon to view specific extensions.
- Ensure both the Driver Extensions and Camera Extensions are toggled ON.
- Note: You may be prompted to restart your computer or enter your administrator password to apply these changes.
-
Configure Blackmagic Settings:
- In System Settings, look for the Blackmagic Desktop Video icon (usually at the bottom of the sidebar or found via search). If you do not see this icon, the driver may not be installed or enabled correctly.
- Open the Blackmagic preferences and click on the Settings tab.
- Select your input and output from the dropdown menu depending on what cables you have connected to the capture device.
-
Launch vrecord:
- Once your capture device is set up, open a Terminal window and type:
vrecord
- The first time you use vrecord, you will be asked to make initial choices about how you want to capture. These decisions are saved in a configuration file, but you can alter them later.
- Note: Vrecord's video and audio input settings must match the settings you chose in the Blackmagic Desktop Video utility. For a detailed breakdown of these choices, see Options for Video Capture.
- Once your capture device is set up, open a Terminal window and type:
For those who want the simplest possible explanation on how to use vrecord:
- Run
vrecord -p. - Choose the appropriate options when prompted.
- Play your tape in the connected VTR and set up to color bars and audio on the tape (if possible).
- Close the vrecord window to end passthrough mode.
- Now run
vrecord -eand make sure all options are correct in vrecord's GUI window. - Type in a unique identifier for your video file when prompted.
- Press "enter" to start recording.
- Let 'er rip! Play your tape!
- Let vrecord do its thing. Don't type any keys while the vrecord window is open, do not click the mouse inside the vrecord window, and do not start another instance of vrecord on the same computer. In fact it's best not to open or use any other programs on the computer that is capturing. Overtaxing the computer could cause errors in the capture.
- If you are finished recording and the vrecord window hasn't already closed, close the window.
- Check the Terminal window for any error messages. Hopefully you don't see any cows. (See Ending a Capture below for more details)
- Check to make sure that your video and metadata files were successfully created.
- Repeat steps 1–12 as needed.
If you are finished recording and the player window hasn't already closed, close the window. You can also press q or esc while the player window is active.
After the transfer is finished, vrecord will automatically check for the following transfer errors:
- Presentation timestamp discontinuities in the frame MD5s (if they were created), or missing frames in the FFmpeg log (if frame MD5s were not created).
- Error message: "WARNING: There were presentation timestamp discontinuities found in the framemd5s. This error may indicate frames dropped by FFmpeg or vrecord. The file may have sync issues." The message may give the frame numbers that are missing. Check the file immediately at these points and throughout the video to make sure there are no sync issues.
- These errors are caused by digital encoding/decoding issues that lead to missing information.
- Frames dropped because of a disconnected signal.
- Error message: "WARNING: FFmpeg Decklink input reported dropped frames in the following ## locations. This error may indicate an interrupted signal between hardware components. The file may be missing content." The message will give the timestamps where content may be missing. Check the file at these points and throughout the video to make sure it is complete.
- These errors are caused when no signal reaches the computer, and could be caused by a disconnect (e.g. unplugged cable) between the video deck and Blackmagic hardware, or Blackmagic and computer.
- File conformity to codec standards.
- If the video codec is Uncompressed Video or FFV1, vrecord will validate file against a vrecord MediaConch policy to ensure the file conforms to those standards. Conformance to these standards is important for long-term digital preservation.
- If the file doesn't conform to these policies, it is probably because of a bug in vrecord itself or the tools it relies on. Please let us know if this happens by filing an issue in our GitHub issue tracker!
Check the Terminal window for any error messages. If you get these messages, the tape may need to be redigitized in order to ensure all information is encoded.
If you chose to generate a QCTools file or embed logs from digitization, vrecord will start those processes as well.