mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-22 19:13:14 +00:00
11 lines
263 B
Ruby
Executable File
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
|