mkvtoolnix/tests/test-218theora.rb

16 lines
269 B
Ruby
Raw Normal View History

#!/usr/bin/ruby -w
class T_218theora < 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