This guide takes you through all steps required to obtain best possible captures from your analog VHS tapes. It introduces a method to reduce time sync errors without the use of a high quality TBC (Time Base Corrector), which are expensive and difficult to find. As I do my media capturing and digitizing on a Windows 10 platform this is based on my platform, but would work accordingly for Mac or Linux systems. You need to be able to use the command line to benefit from this guide. Use the table of contents to the right to quickly jump to the section you require.
I'm offering a Simple and Sophisticated Workflow. The first 2 steps are the same, after which you need to decide how much effort you want to put into repairing your video file.
Note that the HR-S6711EU has S-Video / Cinch Audio output terminals and a SCART terminal (Composite / S-Video / Audio - in / out)
This is my preferred video recorder for VHS utilizing a Blackmagic video capture card
Continue with section SMPlayer
Alternatively, use OBS Studio to record VHS utilizing a different video capture card
Notes:
ffprobe -v error -show_entries stream=duration "title.mov"
HandBrakeCLI -i "H:\Blackmagic\title.mkv" -o "E:\Handbrake\new-title.mkv" --preset-import-gui --preset "preset name" --audio 1 --start-at sec.ms --stop-at sec.ms
ffprobe -v error -show_entries stream=duration "title.mov"
ffmpeg -i "title.mov" "\path\to\images\images%%d.png"
ffmpeg -i "\path\to\images\filename (%%d).png" -vcodec ffv1 -level 1 -coder 1 -context 1 -g 1 "title.mkv"
This is an excerpt from a Cartoon Video I recorded and then repaired. At position 00:39:00 in the main movie there are a few seconds in the movie with damages, which I have removed. Notice the borders in the recorded movie which were removed with cropping in HandBrakeGUI, and the audio which was off sync during the entire movie. There were 18 empty frames which took the audio out of sync by about 720 ms by the end of the movie, but after having removed the empty frames there was no further audio repair necessary except the one to adjust to the removed frames at position 00:39:00.
The repaired movie has a resolution of 692×564, down from the recorded 720×576, and the quality is quite amazing considering the tape is a commercial original standard resolution VHS tape.
Recorded | Repaired |
Note: if you open both videos separate them from the wiki either with the “picture-in-picture” selection arrow, or the full screen button. Due to an issue with the html5 video player function the video opened second gets distorted colors.
ffmpeg -h ffmpeg -encoders ffmpeg -decoders ffmpeg -h encoder=ffv1