Difference between revisions of "Documentation:Modules/mkv"

From VideoLAN Wiki
Jump to navigation Jump to search
(Create page, marked up/adapted from program output. This is more up-to-date than existing documentation in Matroska#Module_options)
 
m (→‎Source code: New section, misc.)
 
Line 1: Line 1:
{{Module|name=mkv|type=Access|first_version=0.6.0|description=[[Matroska]] stream demuxer}}
+
{{Module|name=mkv|type=Access|first_version=0.6.0|description=[[Matroska]] stream demuxer|sc=mka|sc2=mkv}}
  
 
{{Option
 
{{Option
 
|name=mkv-use-ordered-chapters
 
|name=mkv-use-ordered-chapters
 
|value=boolean
 
|value=boolean
 +
|default=enabled
 
|description=Play chapters in the order specified in the segment
 
|description=Play chapters in the order specified in the segment
|default=enabled
 
 
}}
 
}}
 
{{Option
 
{{Option
 
|name=mkv-use-chapter-codec
 
|name=mkv-use-chapter-codec
 
|value=boolean
 
|value=boolean
|description=Use chapter codecs found in the segment
 
 
|default=enabled
 
|default=enabled
 +
|description=Use chapter [[codec]]s found in the segment
 
}}
 
}}
 
{{Option
 
{{Option
 
|name=mkv-preload-local-dir
 
|name=mkv-preload-local-dir
 
|value=boolean
 
|value=boolean
 +
|default=enabled
 
|description=Preload matroska files in the same directory to find linked segments (not good for broken files)
 
|description=Preload matroska files in the same directory to find linked segments (not good for broken files)
|default=enabled
 
 
}}
 
}}
 
{{Option
 
{{Option
 
|name=mkv-seek-percent
 
|name=mkv-seek-percent
 
|value=boolean
 
|value=boolean
 +
|default=disabled
 
|description=Seek based on percent not time
 
|description=Seek based on percent not time
|default=disabled
 
 
}}
 
}}
 
{{Option
 
{{Option
 
|name=mkv-use-dummy
 
|name=mkv-use-dummy
 
|value=boolean
 
|value=boolean
|description=Read and discard unknown EBML elements (not good for broken files)
 
 
|default=disabled
 
|default=disabled
 +
|description=Read and discard unknown [[wikipedia:Extensible Binary Meta Language|EBML]] elements (not good for broken files)
 
}}
 
}}
 
{{Option
 
{{Option
 
|name=mkv-preload-clusters
 
|name=mkv-preload-clusters
 
|value=boolean
 
|value=boolean
 +
|default=disabled
 
|description=Find all cluster positions by jumping cluster-to-cluster before playback
 
|description=Find all cluster positions by jumping cluster-to-cluster before playback
|default=disabled
 
 
}}
 
}}
 +
 +
== Source code ==
 +
* {{VLCSourceFolder|modules/demux/mkv}} (folder)
 +
* {{VLCSourceFile|modules/demux/mkv/mkv.cpp}} (main file)
  
 
{{Documentation}}
 
{{Documentation}}

Latest revision as of 03:09, 18 May 2019

Module: mkv
Type Access
First VLC version 0.6.0
Last VLC version -
Operating system(s) all
Description Matroska stream demuxer
Shortcut(s) mka, mkv
  • mkv-use-ordered-chapters <boolean> : Play chapters in the order specified in the segment default value: enabled
  • mkv-use-chapter-codec <boolean> : Use chapter codecs found in the segment default value: enabled
  • mkv-preload-local-dir <boolean> : Preload matroska files in the same directory to find linked segments (not good for broken files) default value: enabled
  • mkv-seek-percent <boolean> : Seek based on percent not time default value: disabled
  • mkv-use-dummy <boolean> : Read and discard unknown EBML elements (not good for broken files) default value: disabled
  • mkv-preload-clusters <boolean> : Find all cluster positions by jumping cluster-to-cluster before playback default value: disabled

Source code

This page is part of official VLC media player Documentation (User GuideStreaming HowToHacker GuideModules)
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.