mkvtoolnix/tests/test-218theora.rb
2006-04-28 08:51:26 +00:00

14 lines
203 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")
return hash_tmp
end
end