Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
matroska [2013/06/28 21:32] – beandog | matroska [2018/03/28 06:28] (current) – beandog | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== Matroska === | ==== Matroska === | ||
+ | |||
+ | * [[mkclean]] | ||
+ | * [[mkvmerge]] | ||
Matroska is my favorite container :D | Matroska is my favorite container :D | ||
+ | |||
+ | * [[https:// | ||
=== archives: Making a file with chapters === | === archives: Making a file with chapters === | ||
Line 11: | Line 16: | ||
=== archives: Metadata in mplayer === | === archives: Metadata in mplayer === | ||
+ | |||
+ | **Notes:** Now I *know* some of this is outdated because there have been patches sent in to MPlayer after I wrote this, that I've used. It's helpful as a point of reference though. | ||
Metadata in mplayer | Metadata in mplayer | ||
Line 49: | Line 56: | ||
libavformat/ | libavformat/ | ||
(1156) | (1156) | ||
+ | <code c> | ||
av_metadata_set(& | av_metadata_set(& | ||
+ | </ | ||
av_metadata_set is in metadata.c | av_metadata_set is in metadata.c |