mkvtoolnix/tests/test-0669ssa_ass_zero_duration.rb
2021-07-07 16:10:13 +02:00

11 lines
263 B
Ruby
Executable File

#!/usr/bin/ruby -w
# T_669ssa_ass_zero_duration
describe "mkvmerge / SSA/ASS with entries with duration = 0"
test_merge "data/subtitles/ssa-ass/zero_duration.ass", :keep_tmp => true
test "extraction" do
extract tmp, 0 => "#{tmp}-x"
hash_file "#{tmp}-x"
end