Difference between revisions of "Documentation:Modules/ogg"

From VideoLAN Wiki
Jump to navigation Jump to search
(Create page marked up/adapted from source code/changelog)
 
m (Move shortcut(s) to template)
Line 2: Line 2:
  
 
The earliest mention of Ogg [[muxing]] support in the changelog was for the macOS port in 0.5.3.
 
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 <code>ogg</code>. Shortcuts for the mux module are <code>ogg</code> and <code>ogm</code>.
 
  
 
== Demux ==
 
== Demux ==
{{Module|name=ogg|type=Access demux|first_version=0.5.0|description=[[Ogg|OGG]] demuxer}}
+
{{Module|name=ogg|type=Access demux|first_version=0.5.0|description=[[Ogg|OGG]] demuxer|sc=ogg}}
  
 
=== Options ===
 
=== Options ===
Line 13: Line 11:
  
 
== Mux ==
 
== Mux ==
{{Module|name=ogg|type=Muxer|description=[[Ogg]]/[[OGM]] muxer}}
+
{{Module|name=ogg|type=Muxer|description=[[Ogg]]/[[OGM]] muxer|sc=ogg|sc2=ogm}}
  
 
=== Options ===
 
=== Options ===

Revision as of 03:23, 17 April 2019

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.

Demux

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

Options

None.

Mux

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

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.