Skip to content

Instantly share code, notes, and snippets.

@tdegrunt
Created April 8, 2015 13:52
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 tdegrunt/795457c157144d1663cb to your computer and use it in GitHub Desktop.
Save tdegrunt/795457c157144d1663cb to your computer and use it in GitHub Desktop.
Easily rip all dvd titles to separate files
#!/bin/bash
for i in `seq -w 1 8`;
do
HandbrakeCLI --no-dvdnav --input DVD7.iso --title $i --output ~/Desktop/BB/S7/S07E$i.mkv
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment