]> git.phdru.name Git - audio-cdr-video.git/blobdiff - video/mplayer/m_catvideo
Move outdated scripts to separate subdirectories
[audio-cdr-video.git] / video / mplayer / m_catvideo
diff --git a/video/mplayer/m_catvideo b/video/mplayer/m_catvideo
new file mode 100755 (executable)
index 0000000..eaea31c
--- /dev/null
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+if [ -z "$1" ]; then
+   echo "Usage: $0 1.avi..."
+   exit 1
+fi
+
+mencoder -idx -ovc copy -oac copy -o output.avi "$@"