1SPUUNMUX(1) DVDAuthor Man Pages SPUUNMUX(1)
2
3
4
6 spuunmux - demultiplexes subtitles from an existing mpeg2 program
7 stream
8
10 spuunmux [ input file ] [ input file ... ]
11
12
14 spuunmux demultiplexes subtitles from an existing mpeg2 program stream
15
17 -o name
18 base name for script and images. Defaults to sub.
19
20 -v level
21 verbosity level. sub. Defaults to 0.
22
23 -f resize images to full size. Defaults to 720x576.
24
25 -s stream
26 number of the substream to extract. Defaults to 0.
27
28 -p file
29 name of file with dvd palette. If palette file ends with .rgb,
30 treated as a RGB else as a YCbCr color
31
32 -h print this help
33
34 -V print version number
35
37 spuunmux inputfile1 inputfile2
38
39 demultiplexes subtitles from an existing mpeg2 program stream. To use
40 stdin for demultiplexing, use - for the inputfile:
41
42 play_cell GoldFinger.iso 1 1 6 | spuunmux -
43
45 None.
46
48 None.
49
51 MarcLeemanThis manual page was written by Marc Leeman <marc.lee‐
52 man@gmail.com>, for the Debian GNU/Linux system (but may be used by
53 others).
54
55
56
57 13 January 2007 SPUUNMUX(1)