Table of Contents
Overview
Here are some main Steps that has to be done to digitalize VHS tapes
Preconditions:
- VHS player
- Video grabber (analog TV card or USB video grabber (e.g. Magix Videograbber))
- A lot of storage place (4h needs over 100GB)
Steps:
- Capture from VHS player using a video grabber
- Cut the raw video files (without reencoding)
- Filter/Cleanup the raw video
Capture from VHS player using a video grabber
Preconditions:
- DV codec: Cedocida DV
How to install:cd c:\windows\syswow64 rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 0 c:\cedocida.inf
- VirtualDub
Steps:
- Start VirtualDub
- Activate caturing:
Go to File –> Capture AVI - Choose the correct Device
- Set Video parameter for PAL_B:
- 25fps
- YUY2
- 720 x 576
- Set Video codec:
Go to Video –> Compression- Choose: Cedocida DV Codec v0.2.3
- Audio codec: no changes
- Set capture file:
Go to File –> Set capture file - Start capturing
Got to Capture –> Capture video
Cut the raw video files (without reencoding)
Preconditions:
- VirtualDub
- convertEDL to VD – AutoIt script
- Adobe Premiere Pro Demo
Steps:
- Open video with Premiere, create a sequence and cut the video
- Export EDL file from this sequence
- Convert EDL file to VirtualDub processing setting file with convertEDL script
- Open the captured videos and in VirtualDub and load the processing settings
- Set export format:
Video and Audio: Direct Stream Copy - Save AVI (File –> Save AVI)
Filter/Cleanup the raw video
Preconditions:
- AviSynth 2.6 ST installed on your PC