Talk:Ogg: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
No edit summary
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
== what about the '''.ogm''' format? ==
== what about the '''.ogm''' format? ==
is it officially dead?
is it officially dead?
:The .ogm format is a hack of ogg.
::It will probably be replaced by .ogx and .ogv and .oga.


== what about the '''.mka''' and  '''.mkv''' ([http:://www.matroska.org matroska]) format? ==
== what about the '''.mka''' and  '''.mkv''' ([http:://www.matroska.org matroska]) format? ==
someone says that vorbis streams are smaller if contained in .mka files instead of .ogg files.
someone says that vorbis streams are smaller if contained in .mka files instead of .ogg files.
== Is it possible to limit the payload size using the current api? ==
There is only a maximum of about 64k now. In some cases, saying only 4096 bytes is maximum, it would be hoped that the libogg can provide such a ctl function to limit the maximum payload size in one ogg page.

Revision as of 03:40, 21 December 2011

what about the .ogm format?

is it officially dead?

The .ogm format is a hack of ogg.
It will probably be replaced by .ogx and .ogv and .oga.

what about the .mka and .mkv ([http:://www.matroska.org matroska]) format?

someone says that vorbis streams are smaller if contained in .mka files instead of .ogg files.

Is it possible to limit the payload size using the current api?

There is only a maximum of about 64k now. In some cases, saying only 4096 bytes is maximum, it would be hoped that the libogg can provide such a ctl function to limit the maximum payload size in one ogg page.