Skip to content

Instantly share code, notes, and snippets.

@ssledz
Created May 25, 2020 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssledz/0c3ce55992bb99b375a98922d2482fa5 to your computer and use it in GitHub Desktop.
Save ssledz/0c3ce55992bb99b375a98922d2482fa5 to your computer and use it in GitHub Desktop.
How to convert a DVD to an MP4 File

install

sudo add-apt-repository ppa:stebbins/handbrake-releases  # to get latest
sudo apt update
sudo apt install handbrake-gtk
sudo apt install ubuntu-restricted-extras     # to install a collection of codecs
sudo apt install libdvd-pkg                   # to install a library that plays DVDs in Ubuntu
sudo dpkg-reconfigure libdvd-pkg              # do reconfigured if needed

rip dvd

handbrake

resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment