mkvtoolnix/tests/test-543webvtt.rb
Moritz Bunkus c0c8ea01aa mkvmerge: add support for WebVTT
Implements the merge part of #1189. Extraction is still outstanding.
2016-04-11 21:58:11 +02:00

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) }