Skip to content

Basic script to rip and convert DVD/BluRay using MakeMKV and Handbrake on Linux

License

Notifications You must be signed in to change notification settings

cpitchford/discripper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DiscRipper

Really basic BluRay/DVD ripping script, using HandBrake and MakeMKV CLI tools to rip disc and disc images to MKV files.

Requirements

It is written for use on Ubuntu 14.04. The rip script itself is fairly generic, but the installs script calls apt and ubuntu ppa. You must download the MakeMKV Linux source/binaries from MakeMKV

Installation

  1. Download the MakeMKV tar files and place them in the src folder
  2. Edit the src/rip file to set the device (/dev/sr0) and any SFTP upload location
  3. Edit the install.sh to change the install prefix
  4. run sudo ./install.sh prepare-env
  5. run sudo ./install.sh 1.9.x (use the version of MakeMKV)

Use

Try running /opt/bluray/bin/rip

The script should attempt to automatically rip either a DVD or BluRay disk, automatically selecting the correct stream (first, large track) and using the disc title as the filename

Notes

This was never intended to be public, it was thrown together in an evening when I couldn't get a BluRay I'd bought to play back using UltraVoliet on a Roku (still doesn't work). Bug me on reddit if you have suggestions or questions. I hope it helps.

About

Basic script to rip and convert DVD/BluRay using MakeMKV and Handbrake on Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages