mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
0275749999
Due to the change to set the locale to UTF-8 in run.rb
14 lines
221 B
Ruby
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
|
|
|