mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
b7b3721a42
If there's no duration, the current entry will be buffered. As soon as the following entry is found, the difference between the start timestamps of the current and buffered blocks will be used as the buffered block's duration. Second part of the implementation of #2397.
7 lines
226 B
Ruby
Executable File
7 lines
226 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_654text_subtitles_without_duration
|
|
describe "mkvmerge / text subtitle tracks without BlockDuration elements"
|
|
|
|
test_merge "data/mkv/text-subtitles-without-duration.mkv", :args => "--no-audio --no-video"
|