Ports for SerenityOS
Collections What's new Versions Info Sign in

libogg 1.3.5

Reference implementation of the OGG multimedia container format.

cd Ports/libogg
./package.sh

Screenshot

Ogg is a multimedia container format, and the native file and stream format for the Xiph.org multimedia codecs. As with all Xiph.org technology is it an open format free for anyone to use.

As with most container formats it encapsulates raw compressed data and allows the interleaving of audio and video data inside a single convenient format. Other examples of container formats are Quicktime .mov, the MPEG program stream, and AVI.

In addition to encapsulation and interleave of multiple data streams, Ogg provides packet framing, error detection, and periodic timestamps for seeking, and in a small, bounded percentage bitrate overhead.

Ogg is a stream oriented container, meaning it can be written and read in one pass, making it a natural fit for internet streaming and use in processing pipelines. This stream orientation is the major design difference over other file-based container formats.

Website: https://github.com/xiph/ogg

Port: https://github.com/SerenityOS/serenity/tree/master/Ports/libogg

Dependents: flac liboggz libsndfile libvorbis openrct2 opusfile

Sign in to vote

✍️ Edit this page

Similar ports