Required for all methods, you must install this to encode or capture any video.
- Download ffmpeg from here. Use numerical version (like 4.0.2), 64-bit, and Static.
- Extract the files from
ffmpeg-xxxxxx-win64-static/bin
toC:\bin\ffmpeg
. You should haveC:\bin\ffmpeg\ffmpeg.exe
now. - In the start menu, search for
environment variables
and choose "Edit the system environment variables". - Click the "Environment Variables" button at the bottom of this window.
- Under System Variables, find
Path
and double click it. - Click New on the right, and enter
C:\bin\ffmpeg
- Press OK on all windows to close them.
- Done! Now you can use ffmpeg from the command prompt or powershell anyhwere on your system.
Great to have, easy software to cut your video after capturing Download and install from http://avidemux.sourceforge.net. Use the win64 build
Great alternative capture software. Only required for methods 2 and 3. This only records in raw AVI and does not do any encoding. FFmpeg is required to encode or deinterlace your video. I also reccomend installing the HuffYUV codec as it reduces the disk space required to record raw AVI.
- Download AmaRecTV from http://www.amarectv.com and extract it to a folder of your choice.
- Download the HuffYUV codec from here and extract the 2 files to
C:\huffyuv64
- In the start menu, search for
powershell
then right click it and Run as administrator. - Run
cd C:\Windows\SysWOW64\
- Run
rundll32.exe setupapi.dll,InstallHinfSection DefaultInstall 0 C:\huffyuv64\huffyuv.inf
to install HuffYUV - Run
AmaRecTV.exe
then press the first button at the top for Config. - Under General, change the folder you want to record to.
- Under Graph 1(Device) select your video and audio capture device. Use 720x480, YUY2, and 29.97 fps
- Under Graph 2(Preview) select 4:3 aspect ratio and "Not use" for deinterlacing
- Under recording, click "Other Codec" and "Update Codec List". Then select HFYU from the list.
- Click OK to close.
AviSynth is a very powerful tool to process and edit video. This is only needed for method 3.
- Download and install AviSynth+ from http://avs-plus.net. Use the reccomended install options.
- Download QTGMC here. Extract it to
C:\Program Files (x86)\AviSynth+\plugins64+
- Download MaskTools2 here. Extract the contents of
x64
toC:\Program Files (x86)\AviSynth+\plugins64+
- Download MvTools2 here. Extract the contents of
x64
toC:\Program Files (x86)\AviSynth+\plugins64+
- Download NNEDI3 here. Extract the contents of
x64\Release_W7_AVX2
toC:\Program Files (x86)\AviSynth+\plugins64+
- Download RgTools here. Extract the contents of
x64
toC:\Program Files (x86)\AviSynth+\plugins64+
- Open SMDegrain here and save it as
SMDegrain.avsi
intoC:\Program Files (x86)\AviSynth+\plugins64+
- Download PlanarTools here. Extract the contents of
x64
toC:\Program Files (x86)\AviSynth+\plugins64+
- Download Cnr2 here. Extract
CNR2_x64.dll
toC:\Program Files (x86)\AviSynth+\plugins64+
- Download WarpSharp here. Extract the contents of
x64\Release_W7_AVX2
toC:\Program Files (x86)\AviSynth+\plugins64+
- You're done, finally!