mkvtoolnix/tests/test-051ogm.rb
Moritz Bunkus 0275749999 Explicitely set subtitle charsets in tests
Due to the change to set the locale to UTF-8 in run.rb
2010-05-22 19:17:33 +02:00

14 lines
221 B
Ruby

#!/usr/bin/ruby -w
class T_051ogm < 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