mkvtoolnix/tests/test-0446mkvinfo_output.rb

12 lines
393 B
Ruby
Raw Normal View History

#!/usr/bin/ruby -w
# T_446mkvinfo_output
describe "mkvinfo / output of various modes"
2017-12-30 20:34:05 +00:00
%w{complex.mkv attachments.mkv subbed.mkv vobsubs.mks chapters-uk-and-gb.mks chapters-with-ebmlvoid.mkv}.each do |file|
test_info "data/mkv/#{file}"
test_info "data/mkv/#{file}", :args => "-v -v"
test_info "data/mkv/#{file}", :args => "-v -v -z"
test_info "data/mkv/#{file}", :args => "-s -t"
end