Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

oggz-codecs(1) [debian man page]

oggz-codecs(1)						      General Commands Manual						    oggz-codecs(1)

NAME
oggz-codecs -- List codecs in one or more Ogg files and their bitstreams. SYNOPSIS
oggz-codecs [-a | --all ] [-m | --mime ] [-1 | --one-per-line] filename ... oggz-codecs [-h | --help ] [-v | --version ] Description oggz-codecs displays a list of codecs found in one or more Ogg files and their bitstreams. The default comma-separated output is designed for use in an HTML5 <video> codecs attribute. Options oggz-codecs accepts the following options: Display options -a, --all Display codec names multiple times if present in multiple tracks. -m, --mime Display MIME types rather than codec names. -1, --one-per-line Display one entry per line. Miscellaneous options -h, --help Display usage information and exit. -v, --version Output version information and exit. AUTHOR
Conrad Parker May 15, 2008; COPYRIGHT
Copyright (C) 2009 Annodex Association SEE ALSO
oggz-info(1) hogg(1) oggz-codecs(1)

Check Out this Related Man Page

oggz-rip(1)						      General Commands Manual						       oggz-rip(1)

NAME
oggz-rip -- Extract one or more logical bitstreams from an Ogg file. SYNOPSIS
oggz-rip [-o filename | --output filename ] filename oggz-rip [-h | --help ] [-v | --version ] Description oggz-rip extracts one or more tracks from an Ogg file. In Ogg terminology, oggz-rip extracts one or more logical bitstreams. For example, to extract just the Vorbis audio track from any Ogg file: oggz-rip -c vorbis input.ogx > output.ogg This will removed any other tracks: Skeleton, Theora, image, etc. The output will be a valid Ogg Vorbis I file, suitable for use on hard- ware players that do not support multiplexed (ie. multi-track) Ogg files. If the input file contains multiple Vorbis, the desired once can be specified by serialno with the -s option. Use oggz-info to view the serialno of each track in a file. Options oggz-rip accepts the following options: Miscellaneous options -o filename, --output filename Write output to the specified filename instead of printing it to standard output. -h, --help Display usage information and exit. -v, --version Output version information and exit. Filter options These options can be used multiple times. Pages matching ANY of the filter options will be included into the output. -s serialno, --serialno serialno Output streams with given serialno. -i index, --stream-index index Filter by stream index. These are assigned to streams in the order of their BOS pages, starting at 0. -c content-type --content-type content-type Filter by content-type. Run oggz-known-codecs(1) for a full list of codecs known by the installed version of oggz. EXAMPLES
Extract all bitstreams from file.ogg: oggz rip -o output.ogg file.ogg Extract only the Theora bitstream from file.ogv: oggz rip -c theora -o output.ogv file.ogv AUTHOR
David Kuehling January 1, 2005; COPYRIGHT
Copyright (C) 2005 CSIRO Australia SEE ALSO
oggz-merge(1), oggz-chop(1), oggz-dump(1), oggz-diff(1) hogg(1) oggz-rip(1)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

amarok 1.3

I can't get amorok to play my mp3 files on suse 10. can anybody explain what I got to do? I've alrady installed some codecs but I don't know if those are right ones... (4 Replies)
Discussion started by: shooroop
4 Replies

2. UNIX for Dummies Questions & Answers

Codecs for Linux

Where can i download codecs for SUSE Linux and how to install them? Thanks (0 Replies)
Discussion started by: whutes
0 Replies

3. Shell Programming and Scripting

Install multi-media codecs

Having difficulties installing multi-media codecs. First from software mgr. Got a pop-up menu"mintinstall.py" tiked "continue" and nothing happens. Went to terminal and this was the result: sudo apt-get install gstreamer0.10-plugins-ugly libxine1-ffmpeg gxine mencoder libdvdread4 totem-mozilla... (1 Reply)
Discussion started by: 69Rixter
1 Replies