Difference between revisions of "VPlayer"
Jump to navigation
Jump to search
(add format) |
m (Format) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{Mux|id=vplayer|mod=subtitle}} | |
+ | '''VPlayer''' is a format for containing [[subtitle]] information. It may have a .txt [[file extension]]. | ||
− | Frame Type Structure: | + | ==Specification== |
− | + | The VPlayer format is one of the following: | |
− | {1000}{2000}This is a subtitle.|This is a second subtitle. | + | |
− | {3000}{4000}This is a third subtitle.|This is a fourth subtitle. | + | <pre> |
− | {5000}{6000}This is a fifth subtitle.|This is a sixth subtitle. | + | Frame Type Structure: |
− | + | ||
− | Time Duration Structure 1: | + | {1000}{2000}This is a subtitle.|This is a second subtitle. |
− | + | {3000}{4000}This is a third subtitle.|This is a fourth subtitle. | |
− | 01:00:10:This is a subtitle. | + | {5000}{6000}This is a fifth subtitle.|This is a sixth subtitle. |
− | 02:00:20:This is a second subtitle. | + | |
− | 03:00:30:This is a third subtitle. | + | Time Duration Structure 1: |
− | 04:00:40:This is a fourth subtitle. | + | |
− | + | 01:00:10:This is a subtitle. | |
− | Time Duration Structure 2: | + | 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. | :Leading zeros may be omitted. | ||
+ | </pre> | ||
+ | |||
+ | [[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.