Skip to content

Instantly share code, notes, and snippets.

@grahams
Created February 25, 2012 22:28
Show Gist options
  • Save grahams/1911191 to your computer and use it in GitHub Desktop.
Save grahams/1911191 to your computer and use it in GitHub Desktop.
Script to invoke tivodecode using pv for a progress indicator.
#!/usr/bin/env bash
BASENAME=`basename "$1" .TiVo`
pv "$1" | /usr/local/bin/tivodecode -m 1234567890 -o "$BASENAME".mpg -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment