1oggz-rip(1) General Commands Manual oggz-rip(1)
2
3
4
6 oggz-rip — Extract one or more logical bitstreams from an Ogg file.
7
8
10 oggz-rip [-o filename | --output filename ] filename
11
12 oggz-rip [-h | --help ] [-v | --version ]
13
15 oggz-rip extracts one or more tracks from an Ogg file. In Ogg termi‐
16 nology, oggz-rip extracts one or more logical bitstreams.
17
18
19 For example, to extract just the Vorbis audio track from any Ogg file:
20
21
22 oggz-rip -c vorbis input.ogx > output.ogg
23
24 This will removed any other tracks: Skeleton, Theora, image, etc. The
25 output will be a valid Ogg Vorbis I file, suitable for use on hardware
26 players that do not support multiplexed (ie. multi-track) Ogg files. If
27 the input file contains multiple Vorbis, the desired once can be speci‐
28 fied by serialno with the -s option. Use oggz-info to view the seri‐
29 alno of each track in a file.
30
31
33 oggz-rip accepts the following options:
34
35
36 Miscellaneous options
37 -o filename, --output filename
38 Write output to the specified filename instead of printing it
39 to standard output.
40
41
42 -h, --help
43 Display usage information and exit.
44
45 -v, --version
46 Output version information and exit.
47
48 Filter options
49 These options can be used multiple times. Pages matching ANY of the
50 filter options will be included into the output.
51
52
53 -s serialno, --serialno serialno
54 Output streams with given serialno.
55
56 -i index, --stream-index index
57 Filter by stream index. These are assigned to streams in the
58 order of their BOS pages, starting at 0.
59
60
61 -c content-type --content-type content-type
62 Filter by content-type. Run oggz-known-codecs(1) for a full
63 list of codecs known by the installed version of oggz.
64
65
67 Extract all bitstreams from file.ogg:
68
69 oggz rip -o output.ogg file.ogg
70
71 Extract only the Theora bitstream from file.ogv:
72
73 oggz rip -c theora -o output.ogv file.ogv
74
75
77 David Kuehling January 1, 2005;
78
80 Copyright © 2005 CSIRO Australia
81
82
84 oggz-merge(1), oggz-chop(1), oggz-dump(1), oggz-diff(1) hogg(1)
85
86
87
88 oggz-rip(1)