Difference between revisions of "Documentation:Modules/subtitle"
Jump to navigation
Jump to search
(Create page marked up/adapted from program output with information from source code) |
m (Tweaks, misc.) |
||
Line 1: | Line 1: | ||
− | {{Module|name=subtitle|type=Access demux|description=Text [[subtitle]] parser}} | + | {{Module|name=subtitle|type=Access demux|description=Text [[subtitle]] parser|sc=subtitle}} |
Option <code>sub-delay</code> was removed in {{Commitdiff|204eb2a0ea3bca9d58002adab5ad937aa2e1ac7c}} and option <code>sub-fps</code> was removed in {{Commitdiff|28d124dd6567e120ee730f8a02395089e65ba79f}}. They are now in [[libVLC]]. | Option <code>sub-delay</code> was removed in {{Commitdiff|204eb2a0ea3bca9d58002adab5ad937aa2e1ac7c}} and option <code>sub-fps</code> was removed in {{Commitdiff|28d124dd6567e120ee730f8a02395089e65ba79f}}. They are now in [[libVLC]]. | ||
Line 6: | Line 6: | ||
{{Option | {{Option | ||
|name=sub-type | |name=sub-type | ||
− | |select={auto,microdvd,subrip,subviewer,ssa1,ssa2-4,ass,vplayer,sami,dvdsubtitle,mpl2,aqt,pjs,mpsub,jacosub,psb,realtext,dks,subviewer1,sbv} | + | |value=string |
+ | |select={ auto, microdvd, subrip, subviewer, ssa1, ssa2-4, ass, vplayer, sami, dvdsubtitle, mpl2, aqt, pjs, mpsub, jacosub, psb, realtext, dks, subviewer1, sbv } | ||
|default=auto | |default=auto | ||
|description=Force the subtiles format. Selecting "auto" means autodetection and should always work | |description=Force the subtiles format. Selecting "auto" means autodetection and should always work | ||
Line 13: | Line 14: | ||
|name=sub-description | |name=sub-description | ||
|value=string | |value=string | ||
+ | |default=NULL | ||
|description=Override the default track description | |description=Override the default track description | ||
}} | }} |
Latest revision as of 02:50, 24 May 2019
Module: subtitle | |
---|---|
Type | Access demux |
First VLC version | - |
Last VLC version | - |
Operating system(s) | all |
Description | Text subtitle parser |
Shortcut(s) | subtitle
|
Option sub-delay
was removed in [204eb2a0ea3bca9d58002adab5ad937aa2e1ac7c] and option sub-fps
was removed in [28d124dd6567e120ee730f8a02395089e65ba79f]. They are now in libVLC.
Options
- sub-type <string> { auto, microdvd, subrip, subviewer, ssa1, ssa2-4, ass, vplayer, sami, dvdsubtitle, mpl2, aqt, pjs, mpsub, jacosub, psb, realtext, dks, subviewer1, sbv } : Force the subtiles format. Selecting "auto" means autodetection and should always work default value: auto
- sub-description <string> : Override the default track description default value: NULL
Source code
This page is part of official VLC media player Documentation (User Guide • Streaming HowTo • Hacker Guide • Modules)
Please read the Documentation Editing Guidelines before you edit the documentation
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.