Skip to content

Instantly share code, notes, and snippets.

@suidroot
Created November 30, 2015 17:43
Show Gist options
  • Save suidroot/1b2ea4a46a3a703f2acc to your computer and use it in GitHub Desktop.
Save suidroot/1b2ea4a46a3a703f2acc to your computer and use it in GitHub Desktop.
Decode TIVO files
for file in *.TiVo
do
/Applications/cTiVo.app/Contents/MacOS/tivodecode --mak YOURMAKHERE -o "${file%.TiVo}.mpg" "$file"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment