annotate TOOLS/README @ 27520:740b5a4125c4

Prevent overflows during mpeg->jpeg yuv.
author michael
date Tue, 09 Sep 2008 03:35:07 +0000
parents 5eb2761da33f
children bdf8e23db3f6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
1 README for the TOOLS directory
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
2 ==============================
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
3
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
4 Preamble
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
5 --------
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
6
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
7 In this directory you can find some nice scripts and code that makes
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
8 using MPlayer and MEncoder easier, for example scripts for DVD track
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
9 encoding in three pass mode or creating SVCDs from a movie.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
10
22843
e2b67809aaec Sync with removed tools.
diego
parents: 22839
diff changeset
11 FIXME: Document the following tools:
16656
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
12
21069
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
13 bmovl-test
16656
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
14
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
15
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
16 MPlayer scripts in the TOOLS dir
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
17 --------------------------------
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
18
22815
4a07c0311e33 document edgedetect.fp, emboss.fp
gpoirier
parents: 22807
diff changeset
19 edgedetect.fp, emboss.fp
4a07c0311e33 document edgedetect.fp, emboss.fp
gpoirier
parents: 22807
diff changeset
20
23734
acfe034e5386 ISO8859-1 --> UTF-8
diego
parents: 22933
diff changeset
21 Author: Reimar Döffinger
22815
4a07c0311e33 document edgedetect.fp, emboss.fp
gpoirier
parents: 22807
diff changeset
22
4a07c0311e33 document edgedetect.fp, emboss.fp
gpoirier
parents: 22807
diff changeset
23 Description: Examples of custom fragment program for OpenGL video out driver
4a07c0311e33 document edgedetect.fp, emboss.fp
gpoirier
parents: 22807
diff changeset
24
4a07c0311e33 document edgedetect.fp, emboss.fp
gpoirier
parents: 22807
diff changeset
25 Usage: mplayer -vo gl:yuv=4:customprog=edgedetect.fp
4a07c0311e33 document edgedetect.fp, emboss.fp
gpoirier
parents: 22807
diff changeset
26
4a07c0311e33 document edgedetect.fp, emboss.fp
gpoirier
parents: 22807
diff changeset
27
27198
305dc504c407 Give all shell scripts a .sh suffix for consistency.
diego
parents: 25802
diff changeset
28 midentify.sh
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
29
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
30 Author: Tobias Diedrich
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
31
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
32 Description: Runs 'mplayer -identify' for all arguments while preventing
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
33 video window flashing.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
34
27198
305dc504c407 Give all shell scripts a .sh suffix for consistency.
diego
parents: 25802
diff changeset
35 Usage: midentify.sh file1 [file2 ...]
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
36
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
37
27198
305dc504c407 Give all shell scripts a .sh suffix for consistency.
diego
parents: 25802
diff changeset
38 mpconsole.sh
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
39
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
40 Author: Rich Felker
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
41
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
42 Description: Script to run MPlayer on the console (fbdev/mga_vid/etc.) without
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
43 the console text and/or flashing cursor getting in the way.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
44
27198
305dc504c407 Give all shell scripts a .sh suffix for consistency.
diego
parents: 25802
diff changeset
45 Usage: mpconsole.sh [mplayer options]
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
46
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
47
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
48 mplmult.sh
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
49
23734
acfe034e5386 ISO8859-1 --> UTF-8
diego
parents: 22933
diff changeset
50 Author: Reimar Döffinger
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
51
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
52 Description: Example how to output video on multiple windows in sync. Might
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
53 be even more useful in combination with -vo ggi to distribute
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
54 the video arbitrarily.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
55
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
56 Usage: mplmult.sh <n> <options>
21069
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
57 n Number of MPlayer instances that display the video.
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
58 options Any options you would pass to MPlayer, more than
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
59 one file will usually not work.
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
60
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
61
16656
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
62 subsearch.sh
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
63
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
64 Author: Alex Beregszaszi
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
65
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
66 Description: Collects subtitle files from the directory given as argument
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
67 ('.' if none is given) and its subdirectories and prints
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
68 them as a comma separated list to stdout.
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
69
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
70 Usage: subsearch.sh [directory]
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
71 mplayer -sub `subsearch.sh` movie
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
72
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
73
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
74 wma2ogg.pl
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
75
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
76 Author: Peter Simon
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
77
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
78 Description: Converts WMA files to Ogg or MP3.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
79
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
80 Usage: wma2ogg [options] <-f FILE1 | -f FILE2 ... | -a>
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
81 -f, -file filename
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
82 -a converts all WMA files in the current directory
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
83 -t output filetype (ogg, mp3) [default=ogg]
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
84 -lame I wanna use L.A.M.E. sure enough!
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
85 -br bitrate (kb/s) [default=from the WMA]
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
86 -del remove WMA file(s) after the transcoding
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
87
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
88
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
89
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
90 MEncoder scripts in the TOOLS dir
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
91 ---------------------------------
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
92
27198
305dc504c407 Give all shell scripts a .sh suffix for consistency.
diego
parents: 25802
diff changeset
93 divx2svcd.sh
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
94
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
95 Author: Miklos Vajna
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
96
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
97 Description: A simple utility that creates an SVCD from a video in an AVI
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
98 container.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
99
27198
305dc504c407 Give all shell scripts a .sh suffix for consistency.
diego
parents: 25802
diff changeset
100 Usage: divx2svcd.sh <input_avi> [options]
305dc504c407 Give all shell scripts a .sh suffix for consistency.
diego
parents: 25802
diff changeset
101 see 'divx2svcd.sh -h' for more info
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
102
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
103
27198
305dc504c407 Give all shell scripts a .sh suffix for consistency.
diego
parents: 25802
diff changeset
104 mencvcd.sh
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
105
23734
acfe034e5386 ISO8859-1 --> UTF-8
diego
parents: 22933
diff changeset
106 Author: Jürgen Hammelmann
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
107
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
108 Description: Converts DVD (or anything else that MPlayer plays) to (S)VCD
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
109
27198
305dc504c407 Give all shell scripts a .sh suffix for consistency.
diego
parents: 25802
diff changeset
110 Usage: mencvcd.sh <basename> [mencvcd.sh options] [mplayer options]
305dc504c407 Give all shell scripts a .sh suffix for consistency.
diego
parents: 25802
diff changeset
111 see 'mencvcd.sh -h' for more info
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
112
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
113 Note: Requires MPlayer, mjpegtools, VCDImager, cdrdao, and optionally
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
114 LAME, tooLAME and SoX.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
115
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
116
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
117 dvd2divxscript.pl
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
118
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
119 Author: Florian Schilhabel
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
120
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
121 Description: Yet another DVD to divx helper script.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
122 This script encodes a DVD track in three pass mode to MPEG-4 with
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
123 libavcodec. Optionally it writes the resulting movie file to
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
124 CD-ROM the corresponding audio track to MP3. It can also shut
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
125 down the computer when it finishes. If you like, you can
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
126 watch the MEncoder output on /dev/tty8.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
127
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
128 Usage: --help show help
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
129 --abr (AudioBitRate) Please enter the desired bitrate this
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
130 can be either [96|128|192] kbit/sec (default: 128).
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
131 --lang Specify the Language of the audio track this can be
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
132 for example <en> or <de> (default: <de>).
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
133 --dvd Specify the DVD track you want to encode.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
134 --cdsize Specify the size of your CD-ROM (default: 700MB).
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
135 --shutdown Shutdown the system, when the encoding process has
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
136 finished. Needs appropriate privileges.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
137 --out Specify the name of your encoded movie. The file
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
138 extension will be appended automatically.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
139 --writecd Takes the newly created movie and writes it to a
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
140 CD-ROM.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
141 --writedev cdrecord device identifier, for example 0,1,0
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
142 --speed writing speed (default: 4)
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
143 --dvd-device device to pull the video off (default: /dev/dvd)
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
144
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
145
27198
305dc504c407 Give all shell scripts a .sh suffix for consistency.
diego
parents: 25802
diff changeset
146 aconvert.sh
16267
c2e581684e17 Aconvert allows mencoder to (easily) encode from an audio only file (hack).
jonas
parents: 16245
diff changeset
147
c2e581684e17 Aconvert allows mencoder to (easily) encode from an audio only file (hack).
jonas
parents: 16245
diff changeset
148 Author: Jonas Jermann
c2e581684e17 Aconvert allows mencoder to (easily) encode from an audio only file (hack).
jonas
parents: 16245
diff changeset
149
c2e581684e17 Aconvert allows mencoder to (easily) encode from an audio only file (hack).
jonas
parents: 16245
diff changeset
150 Description: A hack to allow MEncoder to read respectively encode from audio
c2e581684e17 Aconvert allows mencoder to (easily) encode from an audio only file (hack).
jonas
parents: 16245
diff changeset
151 only files.
c2e581684e17 Aconvert allows mencoder to (easily) encode from an audio only file (hack).
jonas
parents: 16245
diff changeset
152
27198
305dc504c407 Give all shell scripts a .sh suffix for consistency.
diego
parents: 25802
diff changeset
153 Usage: aconvert.sh <"input file"> <"output file"> <"options">
16267
c2e581684e17 Aconvert allows mencoder to (easily) encode from an audio only file (hack).
jonas
parents: 16245
diff changeset
154 If no options are specified the following is assumed:
c2e581684e17 Aconvert allows mencoder to (easily) encode from an audio only file (hack).
jonas
parents: 16245
diff changeset
155 -oac lavc -lavcopts acodec=mp3:abitrate=192
c2e581684e17 Aconvert allows mencoder to (easily) encode from an audio only file (hack).
jonas
parents: 16245
diff changeset
156
c2e581684e17 Aconvert allows mencoder to (easily) encode from an audio only file (hack).
jonas
parents: 16245
diff changeset
157 Note: The script is probably bash dependent and it's just a quick
21069
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
158 hack, feel free to improve it (or much better: fix MEncoder ;).
16267
c2e581684e17 Aconvert allows mencoder to (easily) encode from an audio only file (hack).
jonas
parents: 16245
diff changeset
159
c2e581684e17 Aconvert allows mencoder to (easily) encode from an audio only file (hack).
jonas
parents: 16245
diff changeset
160
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
161
16996
17dd370a838a Added new TOOL to convert 'anything supported' to VCD/SVCD (PAL/NTSC) using mencoder
reynaldo
parents: 16656
diff changeset
162 qepdvcd.sh
17dd370a838a Added new TOOL to convert 'anything supported' to VCD/SVCD (PAL/NTSC) using mencoder
reynaldo
parents: 16656
diff changeset
163
17dd370a838a Added new TOOL to convert 'anything supported' to VCD/SVCD (PAL/NTSC) using mencoder
reynaldo
parents: 16656
diff changeset
164 Author: Reynaldo H. Verdejo Pinochet
17dd370a838a Added new TOOL to convert 'anything supported' to VCD/SVCD (PAL/NTSC) using mencoder
reynaldo
parents: 16656
diff changeset
165
21069
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
166 Description: converter from any supported format to VCD/SVCD PAL/NTSC
16996
17dd370a838a Added new TOOL to convert 'anything supported' to VCD/SVCD (PAL/NTSC) using mencoder
reynaldo
parents: 16656
diff changeset
167
17dd370a838a Added new TOOL to convert 'anything supported' to VCD/SVCD (PAL/NTSC) using mencoder
reynaldo
parents: 16656
diff changeset
168 Usage: qepdvcd.sh file <options>
16997
c1a271b1cfb3 spelling/grammar
diego
parents: 16996
diff changeset
169 Run with no arguments to see the list of options.
16996
17dd370a838a Added new TOOL to convert 'anything supported' to VCD/SVCD (PAL/NTSC) using mencoder
reynaldo
parents: 16656
diff changeset
170
16997
c1a271b1cfb3 spelling/grammar
diego
parents: 16996
diff changeset
171 Note: You will need vcdimager/cdrecord to master/burn the resulting
c1a271b1cfb3 spelling/grammar
diego
parents: 16996
diff changeset
172 files.
c1a271b1cfb3 spelling/grammar
diego
parents: 16996
diff changeset
173
c1a271b1cfb3 spelling/grammar
diego
parents: 16996
diff changeset
174
17507
c658a7107209 new tool to encode to mpeg using only mencoder; patch by Giacomo Comes <comes ad naic punctum edu>
nicodvb
parents: 16997
diff changeset
175
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
176 Tech scripts in the TOOLS dir
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
177 -----------------------------
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
178
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
179 calcbpp.pl
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
180
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
181 Author: Moritz Bunkus
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
182
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
183 Description: A script that calculates the $bpp for a movie, mentioned in
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
184 DOCS/tech/encoding-tips.txt, see that document for more info.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
185
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
186 Usage: calcbpp.pl <resolution> <aspect ratio> <bitrate> <fps>
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
187 resolution: the cropped but unscaled resolution
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
188 (use '-vf cropdetect')
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
189 aspect ratio: the encoded aspect ratio. All DVDs come at
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
190 720x576 but contain a flag that tells the player
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
191 wether it should display the DVD at an aspect
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
192 ratio of 4/3 (1.333) or at 16/9 (1.777). Have a
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
193 look at MPlayer's output - there's something
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
194 about 'prescaling'. That's what you are looking
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
195 for.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
196 bitrate: the video bitrate in kbit/s
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
197 fps: the fps
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
198
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
199 example: calcbpp.pl 720x440 16/9 896 25
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
200
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
201
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
202 countquant.pl
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
203
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
204 Author: Moritz Bunkus
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
205
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
206 Description: Counts the quantizers used for the encoding, mentioned in
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
207 DOCS/tech/encoding-tips.txt, see that document for more info.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
208
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
209 Usage: countquant.pl < divx2pass.log
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
210 It will print out which quantizer was used how often. If you see
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
211 that e.g. the lowest quantizer (vqmin=2) gets used for > 95% of
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
212 the frames then you can safely increase your picture size.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
213
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
214
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
215 plotpsnr.pl
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
216
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
217 Author: Jonas Jermann
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
218
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
219 Description: Draw PSNR log graphs using gnuplot.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
220
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
221 Usage: plotpsnr.pl [options] <file>
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
222 -h, --help Display this help message
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
223 -quant Display quantizers
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
224 -size Display size
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
225 -psnr Display PSNR
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
226 -iframes Display I-frames
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
227 -pframes Display P-frames
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
228 -bframes Display B-frames
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
229 -aframes Display all frames in different colors
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
230 -cmp <file2> Compare two files
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
231 -qs <style> Quantizer style
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
232 -ss <style> Size style
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
233 -ps <style> PSNR style
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
234
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
235 Default: -quant -size -psnr -qs "p" -ss "i" -ps "p"
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
236
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
237 Note: Requires gnuplot. Comparison is based on file2. Comparison
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
238 assumes that the frame numbers of both files fit.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
239
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
240
16462
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
241 psnr-video.sh
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
242
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
243 Author: Matthias Wieser
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
244
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
245 Description: Calculates the PSNR between two existing video files.
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
246 The PSNR is calculated frame by frame.
16473
d9697b778be2 Nits suggested by Diego
gpoirier
parents: 16462
diff changeset
247 Also prints the overall PSNR.
16462
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
248 The script can be used to:
16473
d9697b778be2 Nits suggested by Diego
gpoirier
parents: 16462
diff changeset
249 * Compare different softwarescalers (should I use
d9697b778be2 Nits suggested by Diego
gpoirier
parents: 16462
diff changeset
250 -sws 1 or -sws 2 ?)
d9697b778be2 Nits suggested by Diego
gpoirier
parents: 16462
diff changeset
251 * Compare different resolutions (is it better to scale
16462
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
252 down to 640x360 or to 560x320)
16473
d9697b778be2 Nits suggested by Diego
gpoirier
parents: 16462
diff changeset
253 * Compare different deinterlacers
d9697b778be2 Nits suggested by Diego
gpoirier
parents: 16462
diff changeset
254 * Compare different video codecs
d9697b778be2 Nits suggested by Diego
gpoirier
parents: 16462
diff changeset
255 * Compare video filters (is it better to use -vf hqdn3d
16462
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
256 or lavcopts:nr=400)
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
257 * [...]
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
258
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
259 Usage: psnr-video.sh <file1> <file2> [<frames>] [<options1>] [<options2>]
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
260
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
261 <file1> and <file2> are the video files for which the PSNR
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
262 should be calculated.
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
263 [<frames>] is the number of frames to process, starting
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
264 from frame 1.
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
265 [<options1>] are additional MPlayer options for <file1>
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
266 [<options2>] are additional MPlayer options for <file2>
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
267
16473
d9697b778be2 Nits suggested by Diego
gpoirier
parents: 16462
diff changeset
268 A file called ./psnr.dat will be created with the following
16462
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
269 content:
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
270
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
271 File;Y;Cb;Cr
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
272 00000001.ppm;34.23;39.54;40.06;35.426
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
273 00000002.ppm;33.03;38.71;39.26;34.271
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
274 00000003.ppm;33.45;38.91;39.28;34.655
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
275 00000004.ppm;32.72;38.69;38.85;33.972
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
276 [...]
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
277 00000247.ppm;35.55;40.84;42.15;36.785
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
278 PSNR:;35.9887
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
279
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
280 Note: This script relies on the the tool "pnmpsnr" for the
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
281 frame-by-frame PSNR calculation.
16473
d9697b778be2 Nits suggested by Diego
gpoirier
parents: 16462
diff changeset
282 Be aware that psnr-video.sh needs a lot of temporary space
21069
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
283 in /tmp/.
16462
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
284
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
285
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
286 asfinfo
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
287
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
288 Author: Arpi
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
289
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
290 Description: a simple ASF header display program
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
291
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
292 Usage: asfinfo <filename.asf>
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
293
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
294 Note: Also see MPlayer's -identify option.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
295
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
296
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
297 avi-fix
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
298
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
299 Author: Arpi
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
300
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
301 Description: A simple tool to fix chunk sizes in RIFF AVI files.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
302
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
303 Usage: avi-fix [-fix] <badfile.avi>
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
304
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
305 Note: It does not check or fix the index, to do this use
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
306 'mencoder -forceidx -oac copy -ovc copy'.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
307
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
308
16241
28d2477afdb5 Added entry for checktree.sh
ivo
parents: 15887
diff changeset
309 checktree.sh
28d2477afdb5 Added entry for checktree.sh
ivo
parents: 15887
diff changeset
310
28d2477afdb5 Added entry for checktree.sh
ivo
parents: 15887
diff changeset
311 Author: Ivo van Poorten
28d2477afdb5 Added entry for checktree.sh
ivo
parents: 15887
diff changeset
312
16245
48a698d9b937 wording/spelling
diego
parents: 16241
diff changeset
313 Description: Check the source tree for anomalies.
16241
28d2477afdb5 Added entry for checktree.sh
ivo
parents: 15887
diff changeset
314
28d2477afdb5 Added entry for checktree.sh
ivo
parents: 15887
diff changeset
315 Usage: checktree.sh -help
28d2477afdb5 Added entry for checktree.sh
ivo
parents: 15887
diff changeset
316
21069
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
317 Note: This script is meant for developers to check the current
16245
48a698d9b937 wording/spelling
diego
parents: 16241
diff changeset
318 source tree and/or the patches they are working on.
16241
28d2477afdb5 Added entry for checktree.sh
ivo
parents: 15887
diff changeset
319
28d2477afdb5 Added entry for checktree.sh
ivo
parents: 15887
diff changeset
320
18531
2c4e00fa6f0e Add mphelp_check.py.
diego
parents: 17507
diff changeset
321 mphelp_check.py
2c4e00fa6f0e Add mphelp_check.py.
diego
parents: 17507
diff changeset
322
2c4e00fa6f0e Add mphelp_check.py.
diego
parents: 17507
diff changeset
323 Author: Uoti Urpala
2c4e00fa6f0e Add mphelp_check.py.
diego
parents: 17507
diff changeset
324
2c4e00fa6f0e Add mphelp_check.py.
diego
parents: 17507
diff changeset
325 Description: Check console message translations for common errors.
2c4e00fa6f0e Add mphelp_check.py.
diego
parents: 17507
diff changeset
326
2c4e00fa6f0e Add mphelp_check.py.
diego
parents: 17507
diff changeset
327 Usage: mphelp_check.py [--missing] <master file> <files to check>
2c4e00fa6f0e Add mphelp_check.py.
diego
parents: 17507
diff changeset
328
2c4e00fa6f0e Add mphelp_check.py.
diego
parents: 17507
diff changeset
329 Note: Compares MPlayer translation files against a master file and
2c4e00fa6f0e Add mphelp_check.py.
diego
parents: 17507
diff changeset
330 reports conflicting arguments, extra strings not present in
2c4e00fa6f0e Add mphelp_check.py.
diego
parents: 17507
diff changeset
331 the base file and (optionally) missing strings.
2c4e00fa6f0e Add mphelp_check.py.
diego
parents: 17507
diff changeset
332
2c4e00fa6f0e Add mphelp_check.py.
diego
parents: 17507
diff changeset
333
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
334 cpuinfo
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
335
23734
acfe034e5386 ISO8859-1 --> UTF-8
diego
parents: 22933
diff changeset
336 Author: Jürgen Keil
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
337
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
338 Description: the prototype ../cpuinfo.c
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
339
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
340 Note: Used by configure to emulate /proc/cpuinfo on non-Linux systems.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
341
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
342
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
343 dump_mp4
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
344
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
345 Author: Arpi
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
346
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
347 Description: MPEG4-ES stream inspector, dumps the stream startcodes.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
348
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
349
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
350 fastmemcpybench
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
351
23734
acfe034e5386 ISO8859-1 --> UTF-8
diego
parents: 22933
diff changeset
352 Author: Felix Bünemann
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
353
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
354 Description: benchmark/testbed for fastmemcpy stuff
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
355
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
356 Note: Also see fastmem.sh.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
357
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
358
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
359 movinfo
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
360
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
361 Author: Arpi
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
362
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
363 Description: Show QuickTime MOV file structure.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
364
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
365 Usage: movinfo <filename.mov>
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
366
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
367
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
368 vivodump
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
369
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
370 Author: Arpi
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
371
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
372 Description: Dump H.263 frame headers from VIVO files.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
373
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
374 Usage: vivodump <input_file> <output_file>
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
375
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
376
16300
131464cb3dfb typos, cosmetics
diego
parents: 16298
diff changeset
377
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
378 Miscellaneous scripts in the TOOLS dir
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
379 --------------------------------------
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
380
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
381 subedit.pl
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
382
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
383 Author: Michael Klepikov
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
384
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
385 Description: A script for pipelined editing of subtitle files.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
386
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
387 Usage: subedit.pl [switches]
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
388 -if,--input-format <fmt> input format; supported: SRT (default: SRT)
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
389 -of,--output-format <fmt> output format; supported: SRT
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
390 (default: input format)
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
391 -s,--shift <time> shift all subtitles by <time>
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
392 (format: [-]hh:mm:ss,fraction)
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
393 -c,--scale <time> scale by adding <time> to overall duration
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
394 -f,--split-from <time> drop subtitles that end before <time>
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
395 -t,--split-to <time> drop subtitles that start after <time> (will
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
396 truncate timing if it overlaps a boundary)
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
397 -r,--renumber renumber SRT subtitles in output
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
398 -d,--debug enable debug output
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
399 -h,--help help message
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
400
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
401
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
402 w32codec_dl.pl
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
403
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
404 Author: Tom Lees
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
405
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
406 Description: This script will use the Windows Media Player codec download
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
407 infrastructure to aquire the codecs listed in codecs.conf and put
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
408 them in a directory named "codecs/" below the current directory.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
409
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
410 Usage: w32codec_dl.pl <codecs.conf location>
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
411
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
412 Note: You will need the libwww-perl stuff and the cabextract utility
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
413 which can be found at http://www.kyz.uklinux.net/cabextract.php3.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
414
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
415
27352
e0aa87d3f88f Rename binary-codecs.sh to binary_codecs.sh as it is called in Debian.
diego
parents: 27351
diff changeset
416 binary_codecs.sh
15705
e7dcc698718b Document install-divx5.sh and install-w32codecs.sh.
diego
parents: 14801
diff changeset
417
e7dcc698718b Document install-divx5.sh and install-w32codecs.sh.
diego
parents: 14801
diff changeset
418 Author: Andrea Menucci, thuglife
e7dcc698718b Document install-divx5.sh and install-w32codecs.sh.
diego
parents: 14801
diff changeset
419
e7dcc698718b Document install-divx5.sh and install-w32codecs.sh.
diego
parents: 14801
diff changeset
420 Description: Downloads binary codecs from mplayerhq.hu and installs them
e7dcc698718b Document install-divx5.sh and install-w32codecs.sh.
diego
parents: 14801
diff changeset
421 on a Debian system.
e7dcc698718b Document install-divx5.sh and install-w32codecs.sh.
diego
parents: 14801
diff changeset
422
27352
e0aa87d3f88f Rename binary-codecs.sh to binary_codecs.sh as it is called in Debian.
diego
parents: 27351
diff changeset
423 Usage: binary_codecs.sh install
e0aa87d3f88f Rename binary-codecs.sh to binary_codecs.sh as it is called in Debian.
diego
parents: 27351
diff changeset
424 binary_codecs.sh uninstall
15705
e7dcc698718b Document install-divx5.sh and install-w32codecs.sh.
diego
parents: 14801
diff changeset
425
e7dcc698718b Document install-divx5.sh and install-w32codecs.sh.
diego
parents: 14801
diff changeset
426
15829
96b84e3a0d96 vobsub time-adjust tool by Gbor Farkas < gabor AH nekomancer POUM net >
gpoirier
parents: 15705
diff changeset
427 vobshift.py
96b84e3a0d96 vobsub time-adjust tool by Gbor Farkas < gabor AH nekomancer POUM net >
gpoirier
parents: 15705
diff changeset
428
23734
acfe034e5386 ISO8859-1 --> UTF-8
diego
parents: 22933
diff changeset
429 Author: Gábor Farkas
15829
96b84e3a0d96 vobsub time-adjust tool by Gbor Farkas < gabor AH nekomancer POUM net >
gpoirier
parents: 15705
diff changeset
430
96b84e3a0d96 vobsub time-adjust tool by Gbor Farkas < gabor AH nekomancer POUM net >
gpoirier
parents: 15705
diff changeset
431 Description: Adjust the time-info in vobsub files
96b84e3a0d96 vobsub time-adjust tool by Gbor Farkas < gabor AH nekomancer POUM net >
gpoirier
parents: 15705
diff changeset
432
96b84e3a0d96 vobsub time-adjust tool by Gbor Farkas < gabor AH nekomancer POUM net >
gpoirier
parents: 15705
diff changeset
433 Usage: vobshift.py in.idx out.idx +8.3
96b84e3a0d96 vobsub time-adjust tool by Gbor Farkas < gabor AH nekomancer POUM net >
gpoirier
parents: 15705
diff changeset
434 Will shift the time by 8.3 seconds
96b84e3a0d96 vobsub time-adjust tool by Gbor Farkas < gabor AH nekomancer POUM net >
gpoirier
parents: 15705
diff changeset
435
96b84e3a0d96 vobsub time-adjust tool by Gbor Farkas < gabor AH nekomancer POUM net >
gpoirier
parents: 15705
diff changeset
436
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
437 subrip.c
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
438
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
439 Author: Kim Minh Kaplan
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
440
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
441 Description: Transform VOBsub subtitles into Subrip text subtitles using
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
442 GOCR/JOCR.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
443
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
444 Usage: subrip <vobsub basename> [subid [output filename] ]
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
445
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
446 Note: Requires at least JOCR/GOCR 0.37.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
447 You will have to change the 'vobsub_id' value if you want a
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
448 subtitle different from number 0. Hint: You can view the
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
449 subtitle that is being decoded with "display subtitle-*.pgm".
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
450
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
451
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
452 alaw-gen.c
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
453
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
454 Author: Arpi
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
455
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
456 Description: Generates alaw/ulaw tables.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
457
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
458 Note: Created to work around a past license issue, no longer useful.
15887
a03d9116fc25 avi vobsub soft subtitle dumper
ranma
parents: 15829
diff changeset
459
a03d9116fc25 avi vobsub soft subtitle dumper
ranma
parents: 15829
diff changeset
460
a03d9116fc25 avi vobsub soft subtitle dumper
ranma
parents: 15829
diff changeset
461 avisubdump.c
a03d9116fc25 avi vobsub soft subtitle dumper
ranma
parents: 15829
diff changeset
462
a03d9116fc25 avi vobsub soft subtitle dumper
ranma
parents: 15829
diff changeset
463 Author: Tobias Diedrich
a03d9116fc25 avi vobsub soft subtitle dumper
ranma
parents: 15829
diff changeset
464
21069
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
465 Description: Dumps vobsub soft subtitles streams embedded in AVI files.
15887
a03d9116fc25 avi vobsub soft subtitle dumper
ranma
parents: 15829
diff changeset
466
21069
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
467 Usage: avisubdump <movie.avi>
16298
78f69659c797 Add D-Cinema Audio and Video conversion programs
reimar
parents: 16267
diff changeset
468
16300
131464cb3dfb typos, cosmetics
diego
parents: 16298
diff changeset
469
22437
d3df5a5f0c8f add vfw2menc info into README
compn
parents: 21069
diff changeset
470 vfw2menc.c
d3df5a5f0c8f add vfw2menc info into README
compn
parents: 21069
diff changeset
471
d3df5a5f0c8f add vfw2menc info into README
compn
parents: 21069
diff changeset
472 Author: Gianluigi Tiesi
d3df5a5f0c8f add vfw2menc info into README
compn
parents: 21069
diff changeset
473
d3df5a5f0c8f add vfw2menc info into README
compn
parents: 21069
diff changeset
474 Description: Creates a codec settings file from the Video for Windows codecs
d3df5a5f0c8f add vfw2menc info into README
compn
parents: 21069
diff changeset
475 found in the mplayer codec packs.
d3df5a5f0c8f add vfw2menc info into README
compn
parents: 21069
diff changeset
476
d3df5a5f0c8f add vfw2menc info into README
compn
parents: 21069
diff changeset
477 Usage: vfw2menc -f <fourcc> -d <codec.dll> -s <settingsfile.mcf>
d3df5a5f0c8f add vfw2menc info into README
compn
parents: 21069
diff changeset
478 -h|--help - displays this help
d3df5a5f0c8f add vfw2menc info into README
compn
parents: 21069
diff changeset
479 -d|--driver filename - dll or drv to load
d3df5a5f0c8f add vfw2menc info into README
compn
parents: 21069
diff changeset
480 -f|--fourcc fourcc - fourcc of selected driver
d3df5a5f0c8f add vfw2menc info into README
compn
parents: 21069
diff changeset
481 -s|--save filename - save settings to file
d3df5a5f0c8f add vfw2menc info into README
compn
parents: 21069
diff changeset
482 -c|--check filename - load and show setting in filename
d3df5a5f0c8f add vfw2menc info into README
compn
parents: 21069
diff changeset
483 -v|--view - displays the config dialog and do nothing
d3df5a5f0c8f add vfw2menc info into README
compn
parents: 21069
diff changeset
484
24527
780746d0cf7a vfw2menc works on linux/windows
compn
parents: 24524
diff changeset
485 Notes: Works on Windows/Linux x86 only.
22804
999a82456663 Add description of realcodecs subdir
rtogni
parents: 22778
diff changeset
486
999a82456663 Add description of realcodecs subdir
rtogni
parents: 22778
diff changeset
487
23996
f579fc609048 Added Alan Nisotas modify_reg.
cehoyos
parents: 23734
diff changeset
488 modify_reg.c
f579fc609048 Added Alan Nisotas modify_reg.
cehoyos
parents: 23734
diff changeset
489
f579fc609048 Added Alan Nisotas modify_reg.
cehoyos
parents: 23734
diff changeset
490 Author: Alan Nisota
f579fc609048 Added Alan Nisotas modify_reg.
cehoyos
parents: 23734
diff changeset
491
f579fc609048 Added Alan Nisotas modify_reg.
cehoyos
parents: 23734
diff changeset
492 Description: Modifies registry file (usually ~/.mplayer/registry)
f579fc609048 Added Alan Nisotas modify_reg.
cehoyos
parents: 23734
diff changeset
493
f579fc609048 Added Alan Nisotas modify_reg.
cehoyos
parents: 23734
diff changeset
494 Usage: modify_reg -r <registry_file> -l
f579fc609048 Added Alan Nisotas modify_reg.
cehoyos
parents: 23734
diff changeset
495 modify_reg -r <registry_file> -k <key> [-d|-v <value>[-t <type>]]
f579fc609048 Added Alan Nisotas modify_reg.
cehoyos
parents: 23734
diff changeset
496 -r|--registry - path to registry file
f579fc609048 Added Alan Nisotas modify_reg.
cehoyos
parents: 23734
diff changeset
497 -l|--list - shows all keys and values
f579fc609048 Added Alan Nisotas modify_reg.
cehoyos
parents: 23734
diff changeset
498 -k|--key - registry key
f579fc609048 Added Alan Nisotas modify_reg.
cehoyos
parents: 23734
diff changeset
499 -d|--del - delete key
f579fc609048 Added Alan Nisotas modify_reg.
cehoyos
parents: 23734
diff changeset
500 -v|--value - new value for key
f579fc609048 Added Alan Nisotas modify_reg.
cehoyos
parents: 23734
diff changeset
501 -t|--type - key type: string (default) or dword
f579fc609048 Added Alan Nisotas modify_reg.
cehoyos
parents: 23734
diff changeset
502
f579fc609048 Added Alan Nisotas modify_reg.
cehoyos
parents: 23734
diff changeset
503 Notes: Necessary to use CoreAVC with MPlayer
f579fc609048 Added Alan Nisotas modify_reg.
cehoyos
parents: 23734
diff changeset
504
f579fc609048 Added Alan Nisotas modify_reg.
cehoyos
parents: 23734
diff changeset
505
25802
2118c88fe0e1 Move compare.c to TOOLS, add it to the Makefile and document it.
diego
parents: 24527
diff changeset
506 compare.c
2118c88fe0e1 Move compare.c to TOOLS, add it to the Makefile and document it.
diego
parents: 24527
diff changeset
507
2118c88fe0e1 Move compare.c to TOOLS, add it to the Makefile and document it.
diego
parents: 24527
diff changeset
508 Author: Michael Niedermayer
2118c88fe0e1 Move compare.c to TOOLS, add it to the Makefile and document it.
diego
parents: 24527
diff changeset
509
2118c88fe0e1 Move compare.c to TOOLS, add it to the Makefile and document it.
diego
parents: 24527
diff changeset
510 Description: Simple file compare program that detects the number of rounding
2118c88fe0e1 Move compare.c to TOOLS, add it to the Makefile and document it.
diego
parents: 24527
diff changeset
511 errors and dies if the error is too large.
2118c88fe0e1 Move compare.c to TOOLS, add it to the Makefile and document it.
diego
parents: 24527
diff changeset
512
2118c88fe0e1 Move compare.c to TOOLS, add it to the Makefile and document it.
diego
parents: 24527
diff changeset
513 Usage: compare <file1> <file2>
2118c88fe0e1 Move compare.c to TOOLS, add it to the Makefile and document it.
diego
parents: 24527
diff changeset
514
2118c88fe0e1 Move compare.c to TOOLS, add it to the Makefile and document it.
diego
parents: 24527
diff changeset
515
22804
999a82456663 Add description of realcodecs subdir
rtogni
parents: 22778
diff changeset
516 realcodecs/
999a82456663 Add description of realcodecs subdir
rtogni
parents: 22778
diff changeset
517
22807
499738cca90b Merge realcodecs/ documentation into the README.
diego
parents: 22804
diff changeset
518 Author: miscellaneous
499738cca90b Merge realcodecs/ documentation into the README.
diego
parents: 22804
diff changeset
519
499738cca90b Merge realcodecs/ documentation into the README.
diego
parents: 22804
diff changeset
520 Description: Wrappers for Linux Real binary codecs used to analyze, alter and
499738cca90b Merge realcodecs/ documentation into the README.
diego
parents: 22804
diff changeset
521 dump the data flow between RealPlayer and its codecs.
22804
999a82456663 Add description of realcodecs subdir
rtogni
parents: 22778
diff changeset
522
22807
499738cca90b Merge realcodecs/ documentation into the README.
diego
parents: 22804
diff changeset
523 Usage: - Set the path to the RealPlayer codecs directory in the C files.
499738cca90b Merge realcodecs/ documentation into the README.
diego
parents: 22804
diff changeset
524 - Run 'make realcodecs'.
499738cca90b Merge realcodecs/ documentation into the README.
diego
parents: 22804
diff changeset
525 - Rename the original codecs to match the names expected in the
499738cca90b Merge realcodecs/ documentation into the README.
diego
parents: 22804
diff changeset
526 wrapper sources. The default is to give them a "real" prefix,
499738cca90b Merge realcodecs/ documentation into the README.
diego
parents: 22804
diff changeset
527 e.g. realcook.so.6.0.
499738cca90b Merge realcodecs/ documentation into the README.
diego
parents: 22804
diff changeset
528 - Put the wrappers in the RealPlayer codecs directory.
22804
999a82456663 Add description of realcodecs subdir
rtogni
parents: 22778
diff changeset
529
999a82456663 Add description of realcodecs subdir
rtogni
parents: 22778
diff changeset
530 Notes: Known to work at least on Linux x86 with RealPlayer8.
22933
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
531
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
532
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
533
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
534 netstream - access remote streams
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
535 ---------------------------------
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
536
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
537 NOTE: netstream does not link at the moment - help welcome.
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
538
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
539 netstream allows you to access most MPlayer stream types from a remote host.
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
540 The main purpose of this feature is to make it possible to directly use the
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
541 CD or DVD drive of another computer on the network (provided you have the
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
542 required bandwidth). On the downside some stream types (currently TV and MF)
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
543 are not usable remotely because they are implemented at the demuxer level.
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
544
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
545 Be aware that currently the server is not secure at all.
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
546
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
547 Compile the server by running 'make netstream' and then copy the netstream
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
548 binary to the right place on your system (usually /usr/local/bin on Unix).
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
549 Start the netstream server on the computer you intend to access remotely.
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
550 There are no command line arguments.
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
551
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
552 Play the second track of a VCD on the server with:
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
553
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
554 mplayer -cache 5000 mpst://servername/vcd://2
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
555
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
556 Access files on this server with:
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
557
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
558 mplayer -cache 5000 mpst://servername//usr/local/movies/lol.avi
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
559
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
560 Note that paths which do not start with a / will be interpreted as relative to
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
561 the directory where the server is running. The '-cache' option is not needed
b99c2feda3eb Move netstream documentation into TOOLS/README.
diego
parents: 22843
diff changeset
562 but highly recommended.