mkvtoolnix/tests/test-404opus_extraction.rb
2013-09-16 21:20:41 +02:00

8 lines
159 B
Ruby
Executable File

#!/usr/bin/ruby -w
describe "mkvextract / extract Opus from MKA in final mode"
test "extraction" do
extract "data/opus/v-opus.mka", 0 => tmp
hash_tmp
end