mkvtoolnix/tests/test-0404opus_extraction.rb
2021-07-07 16:10:13 +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