Difference between revisions of "Documentation:Modules/ps"

From VideoLAN Wiki
Jump to navigation Jump to search
(Create page marked up/adapted from source code)
 
m (Position <onlyinclude>...</onlyinclude>)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
== Options ==
 
== Options ==
 +
<onlyinclude>
 
{{Option
 
{{Option
 
|name=ps-trust-timestamps
 
|name=ps-trust-timestamps
Line 7: Line 8:
 
|default=enabled
 
|default=enabled
 
|description=Normally we use the [[timestamp]]s of the [[MPEG]] files to calculate position and duration. However sometimes this might not be usable. Disable this option to calculate from the [[bitrate]] instead
 
|description=Normally we use the [[timestamp]]s of the [[MPEG]] files to calculate position and duration. However sometimes this might not be usable. Disable this option to calculate from the [[bitrate]] instead
}}
+
}}</onlyinclude>
  
 
== Source code ==
 
== Source code ==

Latest revision as of 06:18, 14 March 2019

Module: ps
Type Access demux
First VLC version -
Last VLC version -
Operating system(s) all
Description MPEG-PS demuxer
Shortcut(s) -

Options

  • ps-trust-timestamps <boolean> : Normally we use the timestamps of the MPEG files to calculate position and duration. However sometimes this might not be usable. Disable this option to calculate from the bitrate instead default value: enabled

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.