Difference between revisions of "Documentation:Modules/ogg"
Jump to navigation
Jump to search
m (Move shortcut(s) to template) |
m (Replace Millisecond wikilink(s) with [[wiktionary:ms|millisecond]], misc.) |
||
Line 20: | Line 20: | ||
|min=0 | |min=0 | ||
|max=<var>INT_MAX</var> | |max=<var>INT_MAX</var> | ||
− | |description=Minimal index interval, in [[millisecond]]s. Set to 0 to disable index creation | + | |description=Minimal index interval, in [[wiktionary:ms|millisecond]]s. Set to 0 to disable index creation. |
}} | }} | ||
{{Option | {{Option | ||
Line 28: | Line 28: | ||
|min=1.0 | |min=1.0 | ||
|max=1000 | |max=1000 | ||
− | |description=Set index size ratio. Alters default (60min content) or estimated size | + | |description=Set index size ratio. Alters default (60min content) or estimated size. |
}} | }} | ||
Line 37: | Line 37: | ||
* {{VLCSourceFile|modules/mux/ogg.c}} | * {{VLCSourceFile|modules/mux/ogg.c}} | ||
− | {{Documentation}} | + | {{Documentation footer}} |
Latest revision as of 08:56, 31 May 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.
Contents
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 Guide • Streaming HowTo • Hacker Guide • Modules)
Please read the Documentation Editing Guidelines before you edit the documentation
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.