mkvtoolnix/tests/test-0242ogm_with_chapters.rb

14 lines
251 B
Ruby
Raw Normal View History

#!/usr/bin/ruby -w
2021-07-07 14:06:32 +00:00
class T_0242ogm_with_chapters < Test
def description
return "mkvmerge / OGM files with chapters / in(OGM)"
end
def run
merge("--chapter-charset ISO-8859-15 data/ogg/with_chapters.ogm")
return hash_tmp
end
end