summaryrefslogtreecommitdiff
path: root/.local/bin/makestereo
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/makestereo')
-rwxr-xr-x.local/bin/makestereo9
1 files changed, 0 insertions, 9 deletions
diff --git a/.local/bin/makestereo b/.local/bin/makestereo
deleted file mode 100755
index f43a696..0000000
--- a/.local/bin/makestereo
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-file=$(readlink -f "$1")
-dir=$(dirname "$file")
-base="${file##*/}"
-ext="${base##*.}"
-
-ffmpeg -i $file -af "pan=stereo|FL < 1.0*FL + 0.707*FC + 0.707*BL|FR < 1.0*FR + 0.707*FC + 0.707*BR" "$dir/stereo-$base.$ext"
-