FreeBSD Manual Pages
OGGSPLIT(1) User Manuals OGGSPLIT(1) NAME oggSplit - demultiplexes ogv files SYNOPSIS oggSplit file.ogv DESCRIPTION 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 fol- lowing 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 inter- preted. 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). AUTHOR Joern Seger <yorn at gmx dot net> SEE ALSO oggCut(1), oggCat(1), oggJoin(1), oggTranscode(1), oggSlideshow(1), og- gThumb(1), oggSilence(1) Linux JAN 2010 OGGSPLIT(1)
NAME | SYNOPSIS | DESCRIPTION | AUTHOR | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=oggSplit&sektion=1&manpath=FreeBSD+13.0-RELEASE+and+Ports>