mkvtoolnix/tests/test-218theora.rb
2006-04-28 09:12:32 +00:00

16 lines
269 B
Ruby

#!/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