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

16 lines
270 B
Ruby

#!/usr/bin/ruby -w
class T_0218theora < Test
def description
return "mkvmerge / Theora from Ogg / in(OGG)"
end
def run
merge("data/ogg/qt4dance_medium.ogg")
h = hash_tmp
merge("data/ogg/small-theora.ogg")
return h + "-" + hash_tmp
end
end