Documentation:Modules/ogg

From VideoLAN Wiki
< Documentation:Modules
Revision as of 08:49, 26 March 2019 by DoesItReallyMatter (talk | contribs) (Create page marked up/adapted from source code/changelog)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The ogg demux module refers to Ogg as OGG. The Xiph Wiki clarifies that the name is not an acronym and should be written Ogg or ogg.

The earliest mention of Ogg muxing support in the changelog was for the macOS port in 0.5.3.

The shortcut for the demux module is ogg. Shortcuts for the mux module are ogg and ogm.

Demux

Module: ogg
Type Access demux
First VLC version 0.5.0
Last VLC version -
Operating system(s) all
Description OGG demuxer
Shortcut(s) -

Options

None.

Mux

Module: ogg
Type Muxer
First VLC version -
Last VLC version -
Operating system(s) all
Description Ogg/OGM muxer
Shortcut(s) -

Options

  • sout-ogg-indexintvl <integer [0 .. INT_MAX]> : Minimal index interval, in milliseconds. Set to 0 to disable index creation default value: 1000
  • sout-ogg-indexratio <float [1.0 .. 1000]> : Set index size ratio. Alters default (60min content) or estimated size default value: 1.0

Source code

This page is part of official VLC media player Documentation (User GuideStreaming HowToHacker GuideModules)
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.