]> git.phdru.name Git - audio-cdr-video.git/blobdiff - video/m_fix-avi-index
Move outdated scripts to separate subdirectories
[audio-cdr-video.git] / video / m_fix-avi-index
diff --git a/video/m_fix-avi-index b/video/m_fix-avi-index
deleted file mode 100755 (executable)
index c01e92f..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#! /bin/sh
-
-
-if [ -z "$1" ]; then
-   echo "Usage: $0 input.avi"
-   exit 1
-fi
-
-
-# mencoder only copies ONE audiostream from the input;
-# I don't know how to overcome this.
-
-mencoder -idx "$1" -ovc copy -oac copy -o output.avi &&
-exec mv output.avi "$1"