Automated ripping of DVDs using handbrake
396
Simple handbrake docker image that will wait for a DVD to be inserted into a drive and then atempt to rip the main feature with all audio and subtitles into a MKV file.
For this to work you need to map your DVD drive to /dev/dvd and mount the directory you want to have the MKV files to /dvd. Once the container is running insert your DVD into your drive, the process will automaticly run creating a mkv file based on the disks label.
Example:
docker run --name handbrake -d --device=/dev/sr0:/dev/dvd --volume=/rip:/dvd handbrake:latest
Content type
Image
Digest
Size
292.9 MB
Last updated
over 6 years ago
docker pull malmon/handbrake