mkvtoolnix/tests/test-0051ogm.rb

14 lines
222 B
Ruby
Raw Normal View History

#!/usr/bin/ruby -w
2021-07-07 14:06:32 +00:00
class T_0051ogm < Test
def description
return "mkvmerge / OGM audio & video / in(OGM)"
end
def run
merge "--subtitle-charset -1:ISO-8859-15 data/ogg/v.ogm"
return hash_tmp
end
end