Difference between revisions of "VPlayer"

From VideoLAN Wiki
Jump to navigation Jump to search
m (+{{Mux|id=vplayer|mod=subtitle}})
m (Format)
 
Line 5: Line 5:
 
The VPlayer format is one of the following:
 
The VPlayer format is one of the following:
  
Frame Type Structure:<br>
+
<pre>
<br>
+
Frame Type Structure:
{1000}{2000}This is a subtitle.|This is a second subtitle.<br>
+
 
{3000}{4000}This is a third subtitle.|This is a fourth subtitle.<br>
+
{1000}{2000}This is a subtitle.|This is a second subtitle.
{5000}{6000}This is a fifth subtitle.|This is a sixth subtitle.<br>
+
{3000}{4000}This is a third subtitle.|This is a fourth subtitle.
<br>
+
{5000}{6000}This is a fifth subtitle.|This is a sixth subtitle.
Time Duration Structure 1:<br>
+
 
<br>
+
Time Duration Structure 1:
01:00:10:This is a subtitle.<br>
+
 
02:00:20:This is a second subtitle.<br>
+
01:00:10:This is a subtitle.
03:00:30:This is a third subtitle.<br>
+
02:00:20:This is a second subtitle.
04:00:40:This is a fourth subtitle.<br>
+
03:00:30:This is a third subtitle.
<br>
+
04:00:40:This is a fourth subtitle.
Time Duration Structure 2:<br>
+
 
 +
Time Duration Structure 2:
 
:Leading zeros may be omitted.
 
:Leading zeros may be omitted.
 +
</pre>
  
 
[[Category:Subtitles]]
 
[[Category:Subtitles]]

Latest revision as of 00:44, 6 April 2019

vplayer
VLC can decode this container.
The module name to use at the command line is subtitle.

VPlayer is a format for containing subtitle information. It may have a .txt file extension.

Specification

The VPlayer format is one of the following:

Frame Type Structure:

{1000}{2000}This is a subtitle.|This is a second subtitle.
{3000}{4000}This is a third subtitle.|This is a fourth subtitle.
{5000}{6000}This is a fifth subtitle.|This is a sixth subtitle.

Time Duration Structure 1:

01:00:10:This is a subtitle.
02:00:20:This is a second subtitle.
03:00:30:This is a third subtitle.
04:00:40:This is a fourth subtitle.

Time Duration Structure 2:
:Leading zeros may be omitted.