mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-22 19:13:14 +00:00
10 lines
244 B
Ruby
Executable File
10 lines
244 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_543webvtt
|
|
describe "mkvmerge / WebVTT subtitles"
|
|
|
|
dir = "data/subtitles/webvtt"
|
|
|
|
(1..6).each { |idx| test_merge sprintf("%s/w3c-%03d.vtt", dir, idx) }
|
|
(1..2).each { |idx| test_merge sprintf("%s/mo-%03d.vtt", dir, idx) }
|