From ea9edf2a887a0e18a67087c8d7b361026468c236 Mon Sep 17 00:00:00 2001 From: Gotbletu Date: Tue, 2 Oct 2012 20:20:21 -0700 Subject: [PATCH] up8ded ipod5g --- handbrakecli_function.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/handbrakecli_function.txt b/handbrakecli_function.txt index 9d4fccf..bd3f09e 100644 --- a/handbrakecli_function.txt +++ b/handbrakecli_function.txt @@ -1,5 +1,16 @@ # just add it to your ~/.bashrc or zshrc +# update version, i think this one is better since, +# it will not try to overwrite files with the same extensions +# just add extra name b4 the extension (filename.ipod5g.mp4) +# loL i learn this the hard way + +ipod5g () { + HandBrakeCLI -i "$1" -o "${1%.*}.ipod5g.mp4" --preset="iPod" +} + +# old version ipod5g () { HandBrakeCLI -i "$1" -o "${1%.*}.m4v" --preset="iPod" } +