mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-01 15:56:59 +00:00
14 lines
188 B
Ruby
14 lines
188 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
class T_051ogm < Test
|
||
|
def description
|
||
|
return "mkvmerge / OGM audio & video / in(OGM)"
|
||
|
end
|
||
|
|
||
|
def run
|
||
|
merge("data/ogg/v.ogm")
|
||
|
return hash_tmp
|
||
|
end
|
||
|
end
|
||
|
|