summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 3593cc7..8851b40 100644
--- a/bashrc
+++ b/bashrc
@@ -8,6 +8,10 @@ col() {
awk "{ print \$$1; }"
}
+mp4() {
+ ffmpeg -i "$1" -vcodec copy -acodec ac3 "${1%.*}.mp4"
+}
+
safedir() {
echo "$@ $(pwd)" | md5sum | cut -b-32
}