Skip to content

Instantly share code, notes, and snippets.

@jasonnyberg
Created March 4, 2012 18:15
Show Gist options
  • Select an option

  • Save jasonnyberg/1974243 to your computer and use it in GitHub Desktop.

Select an option

Save jasonnyberg/1974243 to your computer and use it in GitHub Desktop.
Convert avi's that don't work on ps3 to an mp4 that does; (ps3convert ifile.xxx ofile.mp4
#usage: ps3convert infile outfile
ps3convert() { HandBrakeCLI -Z "High Profile" --subtitle-burn --subtitle 1 -i $1.* -o $1.mp4; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment