Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
matroska [2013/06/28 21:32] beandogmatroska [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://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 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/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

Navigation