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

12 lines
212 B
Ruby
Executable File

#!/usr/bin/ruby -w
# T_700X_usf
describe "mkextract / USF subtitles"
test_merge "data/subtitles/usf/u.usf", :keep_tmp => true
test "USF extraction" do
extract tmp, 0 => "#{tmp}-1"
hash_file "#{tmp}-1"
end