comparison TOOLS/README @ 16656:ec026c1779cc

Document subsearch.sh, menc2pass.
author diego
date Tue, 04 Oct 2005 15:46:58 +0000
parents d9697b778be2
children 17dd370a838a
comparison
equal deleted inserted replaced
16655:720ea3a032a6 16656:ec026c1779cc
5 -------- 5 --------
6 6
7 In this directory you can find some nice scripts and code that makes 7 In this directory you can find some nice scripts and code that makes
8 using MPlayer and MEncoder easier, for example scripts for DVD track 8 using MPlayer and MEncoder easier, for example scripts for DVD track
9 encoding in three pass mode or creating SVCDs from a movie. 9 encoding in three pass mode or creating SVCDs from a movie.
10
11 FIXME: Document all the stuff in the subdirectories.
12
13
10 14
11 MPlayer scripts in the TOOLS dir 15 MPlayer scripts in the TOOLS dir
12 -------------------------------- 16 --------------------------------
13 17
14 midentify 18 midentify
41 45
42 Usage: mplmult.sh <n> <options> 46 Usage: mplmult.sh <n> <options>
43 n number of MPlayer instances that display the video 47 n number of MPlayer instances that display the video
44 options any options you would pass to MPlayer, more than 48 options any options you would pass to MPlayer, more than
45 one file will usually not work 49 one file will usually not work
50
51
52 subsearch.sh
53
54 Author: Alex Beregszaszi
55
56 Description: Collects subtitle files from the directory given as argument
57 ('.' if none is given) and its subdirectories and prints
58 them as a comma separated list to stdout.
59
60 Usage: subsearch.sh [directory]
61 mplayer -sub `subsearch.sh` movie
46 62
47 63
48 x2mpsub.sh 64 x2mpsub.sh
49 65
50 Author: Gabucino 66 Author: Gabucino
97 Description: A simple utility that creates an SVCD from a video in an AVI 113 Description: A simple utility that creates an SVCD from a video in an AVI
98 container. 114 container.
99 115
100 Usage: divx2svcd <input_avi> [options] 116 Usage: divx2svcd <input_avi> [options]
101 see 'divx2svcd -h' for more info 117 see 'divx2svcd -h' for more info
118
119
120 menc2pass
121
122 Author: Felix Bünemann
123
124 Description: Helper script to ease MEncoder two pass encoding. Give it all
125 the encoding parameters you would pass to mencoder, but leave
126 out the (v)pass=<n> suboption.
127
128 Usage: menc2pass <options>
102 129
103 130
104 mencvcd 131 mencvcd
105 132
106 Author: Jürgen Hammelmann 133 Author: Jürgen Hammelmann