mkvtoolnix/tests/test-051ogm.rb

14 lines
188 B
Ruby
Raw Normal View History

#!/usr/bin/ruby -w
class T_051ogm < Test
def description
return "mkvmerge / OGM audio & video / in(OGM)"
end
def run
merge("data/ogg/v.ogm")
return hash_tmp
end
end