luxas / video-grabber

Transform your VHS tapes to digital video using a Terratec Grabby and Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

video-grabber

You can easily convert your VHS tapes to digital video using a Terratec Grabby and these scripts. It may just work with other video grabbing devices other than the Grabby as well.

I'm using ffmpeg dockerized to do the actual saving of the video stream.

Grab some video!

Before you plug in your Terratec Grabby, you have to enable this ALSA module:

$ sudo modprobe em28xx-alsa

Then it's just plug and play, just run this script and it will capture the video stream for you by using the h265/hvec encoder.

$ ./record my-first-video.mp4
$ # ---> BOOM! The video stream will be captured for you and will be of high quality.

License

MIT

About

Transform your VHS tapes to digital video using a Terratec Grabby and Docker

License:MIT License


Languages

Language:Shell 95.7%Language:Makefile 4.3%