Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

oggz(1) [debian man page]

oggz(1) 						      General Commands Manual							   oggz(1)

NAME
oggz -- inspect and manipulate Ogg multimedia files SYNOPSIS
oggzhelp command command args Description oggz is a suite of tools for manipulating Ogg multimedia files. It supports multiplexed files conformant with RFC3533. Oggz can parse headers for CELT, CMML, Dirac, FLAC, Kate, PCM, Speex, Theora and Vorbis, and can read and write Ogg Skeleton logical bitstreams. Commands o helpDisplay help for a specific subcommand (eg. "oggz help chop") Reporting o diffHexdump the packets of two Ogg files and output differences. o dumpHexdump packets of an Ogg file, or revert an Ogg file from such a hexdump. o infoDisplay information about one or more Ogg files and their bitstreams. o scanScan an Ogg file and output characteristic landmarks. o validateValidate the Ogg framing of one or more files. Extraction o ripExtract one or more logical bitstreams from an Ogg file. Editing o chopExtract the part of an Ogg file between given start and/or end times. o commentList or edit comments in an Ogg file. mergeMerge Ogg files together, interleaving pages in order of presentation time.sort- Sort the pages of an Ogg file in order of presentation time. Options oggz accepts the following options: Miscellaneous options -h, --help Display usage information and exit. -v, --version Output version information and exit. AUTHOR
Conrad Parker July 9, 2008; COPYRIGHT
Copyright (C) 2008 Annodex Association SEE ALSO
ogginfo(1) hogg(1) oggz(1)

Check Out this Related Man Page

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

NAME
oggz-info -- Display information about one or more Ogg files and their bitstreams. SYNOPSIS
oggz-info [-l | --length ] [-b | --bitrate ] [-g | --page-stats ] [-p | --packet-stats ] [-k | --skeleton ] [-a | --all ] file- name ... oggz-info [-h | --help ] [-v | --version ] Description oggz-info displays information about one or more Ogg files and their bitstreams. Options oggz-info accepts the following options: Display options -l, --length Display content lengths. -b, --bitrate Display bitrate information. -g, --page-stats Display Ogg page statistics. -p, --packet-stats Display Ogg packet statistics. -k, --skeleton Display Extra data from OggSkeleton bitstream. -a, --all Display all information. Miscellaneous options -h, --help Display usage information and exit. -v, --version Output version information and exit. Units of measurement oggz-info displays information using the following units: Byte lengths bytes (8 bits) kB kilobytes (1024 bytes) MB megabytes (1024*1024 bytes) GB gigabytes (1024*1024*1024 bytes) Bitrates bps bits per second (bit/s) kbps kilobits per second (1000 bit/s) Mbps megabits per second (1000000 bit/s) Gbps gigabits per second (1000000000 bit/s) EXAMPLES
Describe all bitstreams in file.ogg: oggz info file.ogg Describe only the Theora bitstream in file.ogv: oggz info -c theora file.ogv AUTHOR
Conrad Parker March 10, 2005; COPYRIGHT
Copyright (C) 2005 CSIRO Australia SEE ALSO
oggz-dump(1), oggz-rip(1), oggz-diff(1) hogg(1) oggz-info(1)
Man Page

3 More Discussions You Might Find Interesting

1. Linux

A little help understanding FIFOs?

This isn't strictly a Linux question, but... I've been working on a project to archive some streaming media for time shifting using 'mplayer' and have been using FIFOs to archive in Ogg Vorbis format: mkfifo program_name.wav (mplayer -ao pcm -aofile program_name.wav &)... (0 Replies)
Discussion started by: deckard
0 Replies

2. UNIX for Dummies Questions & Answers

Disable multimedia access in Linux

is there a way on how to disable multimedia access in linux like ubuntu? in this way user will not be able to play media files. (via command line or grapical tool) (1 Reply)
Discussion started by: lhareigh890
1 Replies

3. UNIX for Dummies Questions & Answers

Extraction of .gz file using 7zip fails

(3 Replies)
Discussion started by: PikK45
3 Replies