Difference between revisions of "Ogg"
Jump to navigation
Jump to search
Line 19: | Line 19: | ||
(Taken from the wikipedia article) | (Taken from the wikipedia article) | ||
+ | |||
+ | == Source code == | ||
+ | {{file|/modules/mux/ogg.c|output muxer}} |
Revision as of 00:15, 17 December 2006
ogg
|
VLC can encode and decode this container. The module name to use at the command line is ogg. |
Being a Container format, ogg can embed third-party codecs (such as DivX, Dirac, XviD, MP3 and others) but usually Ogg is used with the following.
- Audio codecs
- Text codec
- Writ a text codec designed to embed subtitles or captions
- Video codecs
(Taken from the wikipedia article)
Source code
- /modules/mux/ogg.c (output muxer)