summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-04 15:46:58 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-04 15:46:58 +0000
commit49213050edb767615660f65b96ba908f85b7a162 (patch)
treea970c48a328eb7b66259a13ee015ceeeeaad6b71 /TOOLS
parentd2f5cab2065c7080dd260a6119402ad20be1c5c5 (diff)
downloadmpv-49213050edb767615660f65b96ba908f85b7a162.tar.bz2
mpv-49213050edb767615660f65b96ba908f85b7a162.tar.xz
Document subsearch.sh, menc2pass.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16657 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/README27
1 files changed, 27 insertions, 0 deletions
diff --git a/TOOLS/README b/TOOLS/README
index 0935a7bbb3..17bb7cfdd9 100644
--- a/TOOLS/README
+++ b/TOOLS/README
@@ -8,6 +8,10 @@ In this directory you can find some nice scripts and code that makes
using MPlayer and MEncoder easier, for example scripts for DVD track
encoding in three pass mode or creating SVCDs from a movie.
+FIXME: Document all the stuff in the subdirectories.
+
+
+
MPlayer scripts in the TOOLS dir
--------------------------------
@@ -45,6 +49,18 @@ Usage: mplmult.sh <n> <options>
one file will usually not work
+subsearch.sh
+
+Author: Alex Beregszaszi
+
+Description: Collects subtitle files from the directory given as argument
+ ('.' if none is given) and its subdirectories and prints
+ them as a comma separated list to stdout.
+
+Usage: subsearch.sh [directory]
+ mplayer -sub `subsearch.sh` movie
+
+
x2mpsub.sh
Author: Gabucino
@@ -101,6 +117,17 @@ Usage: divx2svcd <input_avi> [options]
see 'divx2svcd -h' for more info
+menc2pass
+
+Author: Felix Bünemann
+
+Description: Helper script to ease MEncoder two pass encoding. Give it all
+ the encoding parameters you would pass to mencoder, but leave
+ out the (v)pass=<n> suboption.
+
+Usage: menc2pass <options>
+
+
mencvcd
Author: Jürgen Hammelmann