annotate TOOLS/README @ 21161:ad7747bce52d

Make compilation depending on USE_OSD unconditional. USE_OSD was hardcoded to true in configure, manually turning it off would break compilation, and most OSD-related code wasn't affected by it anyway so it did nothing useful.
author uau
date Wed, 22 Nov 2006 19:21:16 +0000
parents d0d1482f2e65
children d3df5a5f0c8f
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
21069
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
11 FIXME: Document all the stuff in the subdirectories:
16656
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
12
21069
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
13 mpfc
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
14 benchmark
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
15 bmovl-test
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
16 mwallp
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
17 subfont-c
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
18 GL-test
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
19 TVout
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
20 TVout/matroxset
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
21 TVout/con2fb
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
22 benchmark-gab
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
23 netstream
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
24 realcodecs
16656
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
25
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
26
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
27 MPlayer scripts in the TOOLS dir
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
28 --------------------------------
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 midentify
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 Author: Tobias Diedrich
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
33
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
34 Description: Runs 'mplayer -identify' for all arguments while preventing
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
35 video window flashing.
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 Usage: midentify file1 [file2 ...]
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
38
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 mpconsole
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 Author: Rich Felker
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
43
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
44 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
45 the console text and/or flashing cursor getting in the way.
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 Usage: mpconsole [mplayer options]
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
48
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
49
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
50 mplmult.sh
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 Author: Reimar Dffinger
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
53
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
54 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
55 be even more useful in combination with -vo ggi to distribute
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
56 the video arbitrarily.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
57
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
58 Usage: mplmult.sh <n> <options>
21069
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
59 n Number of MPlayer instances that display the video.
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
60 options Any options you would pass to MPlayer, more than
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
61 one file will usually not work.
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
62
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
63
16656
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
64 subsearch.sh
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
65
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
66 Author: Alex Beregszaszi
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
67
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
68 Description: Collects subtitle files from the directory given as argument
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
69 ('.' if none is given) and its subdirectories and prints
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
70 them as a comma separated list to stdout.
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
71
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
72 Usage: subsearch.sh [directory]
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
73 mplayer -sub `subsearch.sh` movie
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
74
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
75
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
76 x2mpsub.sh
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 Author: Gabucino
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 Description: Converts the subtitles in the current directory into MPsub
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
81 format (subtitles go in ./converted-subtitles/).
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
82
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
83 Usage: x2mpsub.sh
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
84
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
85
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
86 mp.pl
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 Author: Felix Bnemann
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 Description: Small helper script that allows to play multiple files with
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
91 MPlayer. Wildcards are supported.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
92
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
93 Usage: mp.pl <parameters> <files>
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
94 Where <parameters> are all possible command line switches
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
95 for MPlayer and <files> can be either a list of files,
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
96 like file1 file2 file3 and/or a wildcard definition,
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
97 like *.avi.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
98
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
99 example: mp.pl -vo x11 /dvd/VIDEO_TS/VTS_05_*.VOB movie.asf
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
100
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
101
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
102 wma2ogg.pl
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
103
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
104 Author: Peter Simon
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
105
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
106 Description: Converts WMA files to Ogg or MP3.
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 Usage: wma2ogg [options] <-f FILE1 | -f FILE2 ... | -a>
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
109 -f, -file filename
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
110 -a converts all WMA files in the current directory
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
111 -t output filetype (ogg, mp3) [default=ogg]
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
112 -lame I wanna use L.A.M.E. sure enough!
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
113 -br bitrate (kb/s) [default=from the WMA]
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
114 -del remove WMA file(s) after the transcoding
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
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
118 MEncoder scripts in the TOOLS dir
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
119 ---------------------------------
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 divx2svcd
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
122
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
123 Author: Miklos Vajna
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
124
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
125 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
126 container.
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: divx2svcd <input_avi> [options]
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
129 see 'divx2svcd -h' for more info
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
130
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
131
16656
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
132 menc2pass
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
133
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
134 Author: Felix Bnemann
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
135
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
136 Description: Helper script to ease MEncoder two pass encoding. Give it all
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
137 the encoding parameters you would pass to mencoder, but leave
19970
b9aebe023106 cosmetics
diego
parents: 18531
diff changeset
138 out the (v)pass=<n> suboption.
16656
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
139
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
140 Usage: menc2pass <options>
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
141
ec026c1779cc Document subsearch.sh, menc2pass.
diego
parents: 16473
diff changeset
142
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
143 mencvcd
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 Author: Jrgen Hammelmann
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
146
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
147 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
148
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
149 Usage: mencvcd <basename> [mencvcd options] [mplayer options]
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
150 see 'mencvcd -h' for more info
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
151
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
152 Note: Requires MPlayer, mjpegtools, VCDImager, cdrdao, and optionally
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
153 LAME, tooLAME and SoX.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
154
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
155
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
156 dvd2divxscript.pl
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
157
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
158 Author: Florian Schilhabel
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
159
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
160 Description: Yet another DVD to divx helper script.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
161 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
162 libavcodec. Optionally it writes the resulting movie file to
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
163 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
164 down the computer when it finishes. If you like, you can
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
165 watch the MEncoder output on /dev/tty8.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
166
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
167 Usage: --help show help
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
168 --abr (AudioBitRate) Please enter the desired bitrate this
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
169 can be either [96|128|192] kbit/sec (default: 128).
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
170 --lang Specify the Language of the audio track this can be
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
171 for example <en> or <de> (default: <de>).
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
172 --dvd Specify the DVD track you want to encode.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
173 --cdsize Specify the size of your CD-ROM (default: 700MB).
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
174 --shutdown Shutdown the system, when the encoding process has
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
175 finished. Needs appropriate privileges.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
176 --out Specify the name of your encoded movie. The file
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
177 extension will be appended automatically.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
178 --writecd Takes the newly created movie and writes it to a
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
179 CD-ROM.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
180 --writedev cdrecord device identifier, for example 0,1,0
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
181 --speed writing speed (default: 4)
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
182 --dvd-device device to pull the video off (default: /dev/dvd)
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
183
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
184
16267
c2e581684e17 Aconvert allows mencoder to (easily) encode from an audio only file (hack).
jonas
parents: 16245
diff changeset
185 aconvert
c2e581684e17 Aconvert allows mencoder to (easily) encode from an audio only file (hack).
jonas
parents: 16245
diff changeset
186
c2e581684e17 Aconvert allows mencoder to (easily) encode from an audio only file (hack).
jonas
parents: 16245
diff changeset
187 Author: Jonas Jermann
c2e581684e17 Aconvert allows mencoder to (easily) encode from an audio only file (hack).
jonas
parents: 16245
diff changeset
188
c2e581684e17 Aconvert allows mencoder to (easily) encode from an audio only file (hack).
jonas
parents: 16245
diff changeset
189 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
190 only files.
c2e581684e17 Aconvert allows mencoder to (easily) encode from an audio only file (hack).
jonas
parents: 16245
diff changeset
191
c2e581684e17 Aconvert allows mencoder to (easily) encode from an audio only file (hack).
jonas
parents: 16245
diff changeset
192 Usage: aconvert <"input file"> <"output file"> <"options">
c2e581684e17 Aconvert allows mencoder to (easily) encode from an audio only file (hack).
jonas
parents: 16245
diff changeset
193 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
194 -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
195
c2e581684e17 Aconvert allows mencoder to (easily) encode from an audio only file (hack).
jonas
parents: 16245
diff changeset
196 Note: The script is probably bash dependent and it's just a quick
21069
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
197 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
198
c2e581684e17 Aconvert allows mencoder to (easily) encode from an audio only file (hack).
jonas
parents: 16245
diff changeset
199
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
200
16996
17dd370a838a Added new TOOL to convert 'anything supported' to VCD/SVCD (PAL/NTSC) using mencoder
reynaldo
parents: 16656
diff changeset
201 qepdvcd.sh
17dd370a838a Added new TOOL to convert 'anything supported' to VCD/SVCD (PAL/NTSC) using mencoder
reynaldo
parents: 16656
diff changeset
202
17dd370a838a Added new TOOL to convert 'anything supported' to VCD/SVCD (PAL/NTSC) using mencoder
reynaldo
parents: 16656
diff changeset
203 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
204
21069
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
205 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
206
17dd370a838a Added new TOOL to convert 'anything supported' to VCD/SVCD (PAL/NTSC) using mencoder
reynaldo
parents: 16656
diff changeset
207 Usage: qepdvcd.sh file <options>
16997
c1a271b1cfb3 spelling/grammar
diego
parents: 16996
diff changeset
208 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
209
16997
c1a271b1cfb3 spelling/grammar
diego
parents: 16996
diff changeset
210 Note: You will need vcdimager/cdrecord to master/burn the resulting
c1a271b1cfb3 spelling/grammar
diego
parents: 16996
diff changeset
211 files.
c1a271b1cfb3 spelling/grammar
diego
parents: 16996
diff changeset
212
c1a271b1cfb3 spelling/grammar
diego
parents: 16996
diff changeset
213
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
214
c658a7107209 new tool to encode to mpeg using only mencoder; patch by Giacomo Comes <comes ad naic punctum edu>
nicodvb
parents: 16997
diff changeset
215 encode2mpeglight
c658a7107209 new tool to encode to mpeg using only mencoder; patch by Giacomo Comes <comes ad naic punctum edu>
nicodvb
parents: 16997
diff changeset
216
c658a7107209 new tool to encode to mpeg using only mencoder; patch by Giacomo Comes <comes ad naic punctum edu>
nicodvb
parents: 16997
diff changeset
217 Author: Giacomo Comes
c658a7107209 new tool to encode to mpeg using only mencoder; patch by Giacomo Comes <comes ad naic punctum edu>
nicodvb
parents: 16997
diff changeset
218
21069
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
219 Description: Convert anything MPlayer can play to VCD/SVCD/DVD MPEG.
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
220
c658a7107209 new tool to encode to mpeg using only mencoder; patch by Giacomo Comes <comes ad naic punctum edu>
nicodvb
parents: 16997
diff changeset
221 Usage: encode2mpeglight -o <NAME> -n <NORM> [options] <source>
c658a7107209 new tool to encode to mpeg using only mencoder; patch by Giacomo Comes <comes ad naic punctum edu>
nicodvb
parents: 16997
diff changeset
222 For help and documentation run:
c658a7107209 new tool to encode to mpeg using only mencoder; patch by Giacomo Comes <comes ad naic punctum edu>
nicodvb
parents: 16997
diff changeset
223 encode2mpeglight -h
c658a7107209 new tool to encode to mpeg using only mencoder; patch by Giacomo Comes <comes ad naic punctum edu>
nicodvb
parents: 16997
diff changeset
224 encode2mpeglight -l
c658a7107209 new tool to encode to mpeg using only mencoder; patch by Giacomo Comes <comes ad naic punctum edu>
nicodvb
parents: 16997
diff changeset
225 encode2mpeglight -doc
c658a7107209 new tool to encode to mpeg using only mencoder; patch by Giacomo Comes <comes ad naic punctum edu>
nicodvb
parents: 16997
diff changeset
226
c658a7107209 new tool to encode to mpeg using only mencoder; patch by Giacomo Comes <comes ad naic punctum edu>
nicodvb
parents: 16997
diff changeset
227 Note: This script uses only MEncode/MPlayer. Check the final log
c658a7107209 new tool to encode to mpeg using only mencoder; patch by Giacomo Comes <comes ad naic punctum edu>
nicodvb
parents: 16997
diff changeset
228 file for informations/warnings about the encoding process.
c658a7107209 new tool to encode to mpeg using only mencoder; patch by Giacomo Comes <comes ad naic punctum edu>
nicodvb
parents: 16997
diff changeset
229
c658a7107209 new tool to encode to mpeg using only mencoder; patch by Giacomo Comes <comes ad naic punctum edu>
nicodvb
parents: 16997
diff changeset
230
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
231 Tech scripts in the TOOLS dir
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
232 -----------------------------
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
233
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
234 fastmem.sh
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
235
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
236 Author: Arpi
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
237
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
238 Description: benchmark/testbed for fastmemcpy stuff
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 Usage: fastmem.sh
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
241
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
242
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
243 sws-test
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
244
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
245 Author: Michael Niedermayer
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
246
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
247 Description: Very simple script to generate PNG images from a video with all
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
248 -sws methods.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
249
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
250 Usage: sws-test <video-file> <start-pos> <res>
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
251
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
252 example: sws-test abc.avi 10 160:120
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
253
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
254
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
255 calcbpp.pl
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
256
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
257 Author: Moritz Bunkus
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
258
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
259 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
260 DOCS/tech/encoding-tips.txt, see that document for more info.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
261
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
262 Usage: calcbpp.pl <resolution> <aspect ratio> <bitrate> <fps>
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
263 resolution: the cropped but unscaled resolution
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
264 (use '-vf cropdetect')
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
265 aspect ratio: the encoded aspect ratio. All DVDs come at
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
266 720x576 but contain a flag that tells the player
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
267 wether it should display the DVD at an aspect
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
268 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
269 look at MPlayer's output - there's something
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
270 about 'prescaling'. That's what you are looking
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
271 for.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
272 bitrate: the video bitrate in kbit/s
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
273 fps: the fps
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
274
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
275 example: calcbpp.pl 720x440 16/9 896 25
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
276
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
277
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
278 countquant.pl
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
279
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
280 Author: Moritz Bunkus
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
281
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
282 Description: Counts the quantizers used for the encoding, mentioned in
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
283 DOCS/tech/encoding-tips.txt, see that document for more info.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
284
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
285 Usage: countquant.pl < divx2pass.log
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
286 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
287 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
288 the frames then you can safely increase your picture size.
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
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
291 perlbench.pl
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
292
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
293 Author: Felix Bnemann
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
294
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
295 Description: fastmemcpy benchmark script
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 Usage: perlbench.pl
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
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
300 plotpsnr.pl
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
301
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
302 Author: Jonas Jermann
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
303
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
304 Description: Draw PSNR log graphs using gnuplot.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
305
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
306 Usage: plotpsnr.pl [options] <file>
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
307 -h, --help Display this help message
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
308 -quant Display quantizers
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
309 -size Display size
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
310 -psnr Display PSNR
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
311 -iframes Display I-frames
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
312 -pframes Display P-frames
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
313 -bframes Display B-frames
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
314 -aframes Display all frames in different colors
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
315 -cmp <file2> Compare two files
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
316 -qs <style> Quantizer style
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
317 -ss <style> Size style
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
318 -ps <style> PSNR style
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
319
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
320 Default: -quant -size -psnr -qs "p" -ss "i" -ps "p"
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
321
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
322 Note: Requires gnuplot. Comparison is based on file2. Comparison
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
323 assumes that the frame numbers of both files fit.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
324
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
325
16462
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
326 psnr-video.sh
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
327
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
328 Author: Matthias Wieser
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
329
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
330 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
331 The PSNR is calculated frame by frame.
16473
d9697b778be2 Nits suggested by Diego
gpoirier
parents: 16462
diff changeset
332 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
333 The script can be used to:
16473
d9697b778be2 Nits suggested by Diego
gpoirier
parents: 16462
diff changeset
334 * Compare different softwarescalers (should I use
d9697b778be2 Nits suggested by Diego
gpoirier
parents: 16462
diff changeset
335 -sws 1 or -sws 2 ?)
d9697b778be2 Nits suggested by Diego
gpoirier
parents: 16462
diff changeset
336 * 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
337 down to 640x360 or to 560x320)
16473
d9697b778be2 Nits suggested by Diego
gpoirier
parents: 16462
diff changeset
338 * Compare different deinterlacers
d9697b778be2 Nits suggested by Diego
gpoirier
parents: 16462
diff changeset
339 * Compare different video codecs
d9697b778be2 Nits suggested by Diego
gpoirier
parents: 16462
diff changeset
340 * 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
341 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
342 * [...]
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
343
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
344 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
345
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
346 <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
347 should be calculated.
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
348 [<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
349 from frame 1.
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
350 [<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
351 [<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
352
16473
d9697b778be2 Nits suggested by Diego
gpoirier
parents: 16462
diff changeset
353 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
354 content:
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
355
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
356 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
357 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
358 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
359 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
360 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
361 [...]
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
362 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
363 PSNR:;35.9887
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
364
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
365 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
366 frame-by-frame PSNR calculation.
16473
d9697b778be2 Nits suggested by Diego
gpoirier
parents: 16462
diff changeset
367 Be aware that psnr-video.sh needs a lot of temporary space
21069
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
368 in /tmp/.
16462
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
369
fce59530dcfd Adds the script psnr-video.sh to calculate the PSNR between two existing video files.
gpoirier
parents: 16300
diff changeset
370
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
371 asfinfo
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
372
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
373 Author: Arpi
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
374
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
375 Description: a simple ASF header display program
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
376
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
377 Usage: asfinfo <filename.asf>
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
378
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
379 Note: Also see MPlayer's -identify option.
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
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
382 avi-fix
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
383
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
384 Author: Arpi
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
385
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
386 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
387
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
388 Usage: avi-fix [-fix] <badfile.avi>
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
389
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
390 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
391 'mencoder -forceidx -oac copy -ovc copy'.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
392
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
393
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
394 bios2dump
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
395
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
396 Author: Nick Kurshev
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
397
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
398 Description: Extract your PC BIOS and save it to file.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
399
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
400 Usage: As argument requires DOS interrupt number in hexadecimal form.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
401 As output - will write 64KB file which will named:
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
402 SSSS_OOOO.intXX
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
403 where: SSSS - segment of BIOS interrupt handler
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
404 OOOO - offset of BIOS interrupt handler
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
405 XX - interrupt number which was passed as argument
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
406
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
407
16241
28d2477afdb5 Added entry for checktree.sh
ivo
parents: 15887
diff changeset
408 checktree.sh
28d2477afdb5 Added entry for checktree.sh
ivo
parents: 15887
diff changeset
409
28d2477afdb5 Added entry for checktree.sh
ivo
parents: 15887
diff changeset
410 Author: Ivo van Poorten
28d2477afdb5 Added entry for checktree.sh
ivo
parents: 15887
diff changeset
411
16245
48a698d9b937 wording/spelling
diego
parents: 16241
diff changeset
412 Description: Check the source tree for anomalies.
16241
28d2477afdb5 Added entry for checktree.sh
ivo
parents: 15887
diff changeset
413
28d2477afdb5 Added entry for checktree.sh
ivo
parents: 15887
diff changeset
414 Usage: checktree.sh -help
28d2477afdb5 Added entry for checktree.sh
ivo
parents: 15887
diff changeset
415
21069
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
416 Note: This script is meant for developers to check the current
16245
48a698d9b937 wording/spelling
diego
parents: 16241
diff changeset
417 source tree and/or the patches they are working on.
16241
28d2477afdb5 Added entry for checktree.sh
ivo
parents: 15887
diff changeset
418
28d2477afdb5 Added entry for checktree.sh
ivo
parents: 15887
diff changeset
419
18531
2c4e00fa6f0e Add mphelp_check.py.
diego
parents: 17507
diff changeset
420 mphelp_check.py
2c4e00fa6f0e Add mphelp_check.py.
diego
parents: 17507
diff changeset
421
2c4e00fa6f0e Add mphelp_check.py.
diego
parents: 17507
diff changeset
422 Author: Uoti Urpala
2c4e00fa6f0e Add mphelp_check.py.
diego
parents: 17507
diff changeset
423
2c4e00fa6f0e Add mphelp_check.py.
diego
parents: 17507
diff changeset
424 Description: Check console message translations for common errors.
2c4e00fa6f0e Add mphelp_check.py.
diego
parents: 17507
diff changeset
425
2c4e00fa6f0e Add mphelp_check.py.
diego
parents: 17507
diff changeset
426 Usage: mphelp_check.py [--missing] <master file> <files to check>
2c4e00fa6f0e Add mphelp_check.py.
diego
parents: 17507
diff changeset
427
2c4e00fa6f0e Add mphelp_check.py.
diego
parents: 17507
diff changeset
428 Note: Compares MPlayer translation files against a master file and
2c4e00fa6f0e Add mphelp_check.py.
diego
parents: 17507
diff changeset
429 reports conflicting arguments, extra strings not present in
2c4e00fa6f0e Add mphelp_check.py.
diego
parents: 17507
diff changeset
430 the base file and (optionally) missing strings.
2c4e00fa6f0e Add mphelp_check.py.
diego
parents: 17507
diff changeset
431
2c4e00fa6f0e Add mphelp_check.py.
diego
parents: 17507
diff changeset
432
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
433 cpuinfo
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
434
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
435 Author: Jrgen Keil
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
436
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
437 Description: the prototype ../cpuinfo.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 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
440
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
441
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
442 dump_mp4
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 Author: Arpi
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 Description: MPEG4-ES stream inspector, dumps the stream startcodes.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
447
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
448
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
449 fastmemcpybench
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 Author: Felix Bnemann
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
452
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
453 Description: benchmark/testbed for fastmemcpy stuff
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
454
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
455 Note: Also see fastmem.sh.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
456
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 mem2dump
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
459
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
460 Author: Nick Kurshev
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
461
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
462 Description: Dump memory block to file.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
463
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
464 Usage: As argument requires absolute address of memory dump and its
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
465 length (in hexadecimal form).
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
466 As output - will write file which will be named:
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
467 memADDR_LEN.dump
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
468 where: ADDR - given address of memory
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
469 LEN - given length of memory
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
470
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
471
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
472 movinfo
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
473
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
474 Author: Arpi
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
475
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
476 Description: Show QuickTime MOV file structure.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
477
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
478 Usage: movinfo <filename.mov>
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
479
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
480
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
481 png2raw
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
482
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
483 Author: Arpi
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
484
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
485 Description: PNG to RAW image converter, used by .raw font creators.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
486
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
487 Usage: png2raw <file1> [file2...]
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
488
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
489
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
490 vivodump
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
491
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
492 Author: Arpi
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
493
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
494 Description: Dump H.263 frame headers from VIVO files.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
495
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
496 Usage: vivodump <input_file> <output_file>
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
497
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
498
16300
131464cb3dfb typos, cosmetics
diego
parents: 16298
diff changeset
499
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
500 Miscellaneous scripts in the TOOLS dir
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
501 --------------------------------------
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
502
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
503 subedit.pl
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
504
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
505 Author: Michael Klepikov
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
506
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
507 Description: A script for pipelined editing of subtitle files.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
508
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
509 Usage: subedit.pl [switches]
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
510 -if,--input-format <fmt> input format; supported: SRT (default: SRT)
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
511 -of,--output-format <fmt> output format; supported: SRT
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
512 (default: input format)
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
513 -s,--shift <time> shift all subtitles by <time>
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
514 (format: [-]hh:mm:ss,fraction)
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
515 -c,--scale <time> scale by adding <time> to overall duration
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
516 -f,--split-from <time> drop subtitles that end before <time>
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
517 -t,--split-to <time> drop subtitles that start after <time> (will
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
518 truncate timing if it overlaps a boundary)
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
519 -r,--renumber renumber SRT subtitles in output
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
520 -d,--debug enable debug output
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
521 -h,--help help message
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
522
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
523
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
524 w32codec_dl.pl
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
525
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
526 Author: Tom Lees
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
527
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
528 Description: This script will use the Windows Media Player codec download
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
529 infrastructure to aquire the codecs listed in codecs.conf and put
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
530 them in a directory named "codecs/" below the current directory.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
531
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
532 Usage: w32codec_dl.pl <codecs.conf location>
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
533
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
534 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
535 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
536
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
537
15705
e7dcc698718b Document install-divx5.sh and install-w32codecs.sh.
diego
parents: 14801
diff changeset
538 install-w32codecs.sh
e7dcc698718b Document install-divx5.sh and install-w32codecs.sh.
diego
parents: 14801
diff changeset
539
e7dcc698718b Document install-divx5.sh and install-w32codecs.sh.
diego
parents: 14801
diff changeset
540 Author: Andrea Menucci, thuglife
e7dcc698718b Document install-divx5.sh and install-w32codecs.sh.
diego
parents: 14801
diff changeset
541
e7dcc698718b Document install-divx5.sh and install-w32codecs.sh.
diego
parents: 14801
diff changeset
542 Description: Downloads binary codecs from mplayerhq.hu and installs them
e7dcc698718b Document install-divx5.sh and install-w32codecs.sh.
diego
parents: 14801
diff changeset
543 on a Debian system.
e7dcc698718b Document install-divx5.sh and install-w32codecs.sh.
diego
parents: 14801
diff changeset
544
e7dcc698718b Document install-divx5.sh and install-w32codecs.sh.
diego
parents: 14801
diff changeset
545 Usage: install-w32codecs.sh install
e7dcc698718b Document install-divx5.sh and install-w32codecs.sh.
diego
parents: 14801
diff changeset
546 install-w32codecs.sh uninstall
e7dcc698718b Document install-divx5.sh and install-w32codecs.sh.
diego
parents: 14801
diff changeset
547
e7dcc698718b Document install-divx5.sh and install-w32codecs.sh.
diego
parents: 14801
diff changeset
548
15829
96b84e3a0d96 vobsub time-adjust tool by Gbor Farkas < gabor AH nekomancer POUM net >
gpoirier
parents: 15705
diff changeset
549 vobshift.py
96b84e3a0d96 vobsub time-adjust tool by Gbor Farkas < gabor AH nekomancer POUM net >
gpoirier
parents: 15705
diff changeset
550
96b84e3a0d96 vobsub time-adjust tool by Gbor Farkas < gabor AH nekomancer POUM net >
gpoirier
parents: 15705
diff changeset
551 Author: Gbor Farkas
96b84e3a0d96 vobsub time-adjust tool by Gbor Farkas < gabor AH nekomancer POUM net >
gpoirier
parents: 15705
diff changeset
552
96b84e3a0d96 vobsub time-adjust tool by Gbor Farkas < gabor AH nekomancer POUM net >
gpoirier
parents: 15705
diff changeset
553 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
554
96b84e3a0d96 vobsub time-adjust tool by Gbor Farkas < gabor AH nekomancer POUM net >
gpoirier
parents: 15705
diff changeset
555 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
556 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
557
96b84e3a0d96 vobsub time-adjust tool by Gbor Farkas < gabor AH nekomancer POUM net >
gpoirier
parents: 15705
diff changeset
558
14801
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
559 subrip.c
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
560
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
561 Author: Kim Minh Kaplan
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
562
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
563 Description: Transform VOBsub subtitles into Subrip text subtitles using
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
564 GOCR/JOCR.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
565
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
566 Usage: subrip <vobsub basename> [subid [output filename] ]
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
567
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
568 Note: Requires at least JOCR/GOCR 0.37.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
569 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
570 subtitle different from number 0. Hint: You can view the
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
571 subtitle that is being decoded with "display subtitle-*.pgm".
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
572
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
573
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
574 alaw-gen.c
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
575
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
576 Author: Arpi
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
577
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
578 Description: Generates alaw/ulaw tables.
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
579
d64f41650916 documentation for the tools in the TOOLS directory
diego
parents:
diff changeset
580 Note: Created to work around a past license issue, no longer useful.
15887
a03d9116fc25 avi vobsub soft subtitle dumper
ranma
parents: 15829
diff changeset
581
a03d9116fc25 avi vobsub soft subtitle dumper
ranma
parents: 15829
diff changeset
582
a03d9116fc25 avi vobsub soft subtitle dumper
ranma
parents: 15829
diff changeset
583 avisubdump.c
a03d9116fc25 avi vobsub soft subtitle dumper
ranma
parents: 15829
diff changeset
584
a03d9116fc25 avi vobsub soft subtitle dumper
ranma
parents: 15829
diff changeset
585 Author: Tobias Diedrich
a03d9116fc25 avi vobsub soft subtitle dumper
ranma
parents: 15829
diff changeset
586
21069
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
587 Description: Dumps vobsub soft subtitles streams embedded in AVI files.
15887
a03d9116fc25 avi vobsub soft subtitle dumper
ranma
parents: 15829
diff changeset
588
21069
d0d1482f2e65 misc small fixes
diego
parents: 20149
diff changeset
589 Usage: avisubdump <movie.avi>
16298
78f69659c797 Add D-Cinema Audio and Video conversion programs
reimar
parents: 16267
diff changeset
590
16300
131464cb3dfb typos, cosmetics
diego
parents: 16298
diff changeset
591
131464cb3dfb typos, cosmetics
diego
parents: 16298
diff changeset
592
16298
78f69659c797 Add D-Cinema Audio and Video conversion programs
reimar
parents: 16267
diff changeset
593 Format conversion scripts in the TOOLS dir
78f69659c797 Add D-Cinema Audio and Video conversion programs
reimar
parents: 16267
diff changeset
594 ------------------------------------------
78f69659c797 Add D-Cinema Audio and Video conversion programs
reimar
parents: 16267
diff changeset
595
78f69659c797 Add D-Cinema Audio and Video conversion programs
reimar
parents: 16267
diff changeset
596 302m_convert.c
78f69659c797 Add D-Cinema Audio and Video conversion programs
reimar
parents: 16267
diff changeset
597
78f69659c797 Add D-Cinema Audio and Video conversion programs
reimar
parents: 16267
diff changeset
598 Author: Reimar Dffinger
78f69659c797 Add D-Cinema Audio and Video conversion programs
reimar
parents: 16267
diff changeset
599
78f69659c797 Add D-Cinema Audio and Video conversion programs
reimar
parents: 16267
diff changeset
600 Description: Converts D-Cinema Audio (SMPTE 302M?) to WAV.
78f69659c797 Add D-Cinema Audio and Video conversion programs
reimar
parents: 16267
diff changeset
601
78f69659c797 Add D-Cinema Audio and Video conversion programs
reimar
parents: 16267
diff changeset
602 Usage: 302m_convert <in.302> <out.wav>
78f69659c797 Add D-Cinema Audio and Video conversion programs
reimar
parents: 16267
diff changeset
603
78f69659c797 Add D-Cinema Audio and Video conversion programs
reimar
parents: 16267
diff changeset
604
78f69659c797 Add D-Cinema Audio and Video conversion programs
reimar
parents: 16267
diff changeset
605 360m_convert.c
78f69659c797 Add D-Cinema Audio and Video conversion programs
reimar
parents: 16267
diff changeset
606
78f69659c797 Add D-Cinema Audio and Video conversion programs
reimar
parents: 16267
diff changeset
607 Author: Reimar Dffinger
78f69659c797 Add D-Cinema Audio and Video conversion programs
reimar
parents: 16267
diff changeset
608
16300
131464cb3dfb typos, cosmetics
diego
parents: 16298
diff changeset
609 Description: Converts D-Cinema Video (MPEG-2 in GXF, SMPTE 360M) to MPEG-ES.
16298
78f69659c797 Add D-Cinema Audio and Video conversion programs
reimar
parents: 16267
diff changeset
610 Use -demuxer mpeges to play the converted file.
78f69659c797 Add D-Cinema Audio and Video conversion programs
reimar
parents: 16267
diff changeset
611
78f69659c797 Add D-Cinema Audio and Video conversion programs
reimar
parents: 16267
diff changeset
612 Usage: 360m_convert <in.gxf> <out.m2v>