]> git.phdru.name Git - audio-cdr-video.git/blobdiff - video/m_encode_extract_a1
Move outdated scripts to separate subdirectories
[audio-cdr-video.git] / video / m_encode_extract_a1
diff --git a/video/m_encode_extract_a1 b/video/m_encode_extract_a1
deleted file mode 100755 (executable)
index 868dda6..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#! /bin/sh
-
-if [ -z "$4" ]; then
-   echo "Usage: $0 aid1 aid2 scale1 scale2 [options]"
-   exit 1
-fi
-
-aid1="$1"
-aid2="$2"
-scale1="$3"
-scale2="$4"
-shift 4
-
-aid="$aid1" ascale="$scale1" m_encode "$@" &&
-m_extract_a1 "$aid2" -af volume="$scale2" "$@" &&
-exec rm divx2pass.log output.avi