# HG changeset patch # User diego # Date 1128440818 0 # Node ID ec026c1779ccb9275ae2bd611e07e858331e6548 # Parent 720ea3a032a694607ba0481c863e373785655c17 Document subsearch.sh, menc2pass. diff -r 720ea3a032a6 -r ec026c1779cc TOOLS/README --- a/TOOLS/README Tue Oct 04 15:02:35 2005 +0000 +++ b/TOOLS/README Tue Oct 04 15:46:58 2005 +0000 @@ -8,6 +8,10 @@ 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 @@ 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 @@ 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= suboption. + +Usage: menc2pass + + mencvcd Author: Jürgen Hammelmann