mkvtoolnix/tests/test-257theora_v1_1.rb
2009-12-17 13:41:39 +01:00

16 lines
293 B
Ruby

#!/usr/bin/ruby -w
class T_257theora_v1_1 < Test
def description
return "mkvmerge / Theora from Ogg created with libtheora v1.1 / in(OGG)"
end
def run
merge("data/ogg/video-1.0.ogv")
h = hash_tmp
merge("data/ogg/video-1.1.ogv")
return h + "-" + hash_tmp
end
end