Difference between revisions of "VPlayer"
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: | + | <pre> |
− | + | 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. | + | {1000}{2000}This is a subtitle.|This is a second subtitle. |
− | {5000}{6000}This is a fifth subtitle.|This is a sixth 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: | + | |
− | + | Time Duration Structure 1: | |
− | 01:00:10:This is a subtitle. | + | |
− | 02:00:20:This is a second subtitle. | + | 01:00:10:This is a subtitle. |
− | 03:00:30:This is a third subtitle. | + | 02:00:20:This is a second subtitle. |
− | 04:00:40:This is a fourth subtitle. | + | 03:00:30:This is a third subtitle. |
− | + | 04:00:40:This is a fourth subtitle. | |
− | Time Duration Structure 2: | + | |
+ | 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.