mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-29 06:15:24 +00:00
14 lines
250 B
Ruby
14 lines
250 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
class T_242ogm_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
|
||
|
|