[MPlayer-cvslog] CVS: main/TOOLS README,1.11,1.12
Diego Biurrun CVS
syncmail at mplayerhq.hu
Tue Oct 4 17:47:00 CEST 2005
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/TOOLS
In directory mail:/var2/tmp/cvs-serv19091
Modified Files:
README
Log Message:
Document subsearch.sh, menc2pass.
Index: README
===================================================================
RCS file: /cvsroot/mplayer/main/TOOLS/README,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- README 13 Sep 2005 11:38:39 -0000 1.11
+++ README 4 Oct 2005 15:46:58 -0000 1.12
@@ -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=<n> suboption.
+
+Usage: menc2pass <options>
+
+
mencvcd
Author: Jürgen Hammelmann
More information about the MPlayer-cvslog
mailing list