Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
matroska [2013/06/28 15:33] beandog |
matroska [2018/03/28 00:28] (current) beandog |
||
---|---|---|---|
Line 1: | Line 1: | ||
==== Matroska === | ==== Matroska === | ||
+ | |||
+ | * [[mkclean]] | ||
+ | * [[mkvmerge]] | ||
Matroska is my favorite container :D | Matroska is my favorite container :D | ||
+ | |||
+ | * [[https://trac.bunkus.org/wiki/FAQ%3AImprovingPlaybackCompatibilityWithPlayers|Options for improving playback on players that don't implement the full Matroska specification]] (from mkvtoolnix) | ||
=== archives: Making a file with chapters === | === archives: Making a file with chapters === | ||
Line 51: | Line 56: | ||
libavformat/matroskadec.c | libavformat/matroskadec.c | ||
(1156) | (1156) | ||
+ | <code c> | ||
av_metadata_set(&s->metadata, "title", matroska->title); | av_metadata_set(&s->metadata, "title", matroska->title); | ||
+ | </code> | ||
av_metadata_set is in metadata.c | av_metadata_set is in metadata.c |