GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OGGSPLIT(1) User Manuals OGGSPLIT(1)

oggSplit - demultiplexes ogv files

oggSplit file.ogv

oggSplit demultiplexes a multiplexed ogg file into several files with one stream each.

An ogg video file (with extension .ogv) usually consist of an audio and a video stream. The command line tool oggSplit disjoins these streams into seperate files. This is also often called demultiplexing.

After that you have all embedded files of this input file with the following naming:

theora_<ID>.ogv: This is the video stream encoded with the theora codec. The <ID> is the stream ID that is created by the encoder to uniquely identify this stream.

vorbis_<ID>.oga: This is the audio stream encoded with the vorbis codec. The <ID> is the stream ID that is created by the encoder to uniquely identify this stream.

unknown_<ID>.ogv: This is an unknown stream, that could not be interpreted. The <ID> is the stream ID that is created by the encoder to uniquely identify this stream.

All files are fully playable with your favoured video or audio player (except the streams, that are uninterpreted).

Joern Seger <yorn at gmx dot net>

oggCut(1), oggCat(1), oggJoin(1), oggTranscode(1), oggSlideshow(1), oggThumb(1), oggSilence(1)
JAN 2010 Linux

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.