Created
March 4, 2012 18:15
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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