mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
16 lines
269 B
Ruby
16 lines
269 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_218theora < Test
|
|
def description
|
|
return "mkvmerge / Theora from Ogg / in(OGG)"
|
|
end
|
|
|
|
def run
|
|
merge("data/ogg/qt4dance_medium.ogg")
|
|
h = hash_tmp
|
|
merge("data/ogg/small-theora.ogg")
|
|
return h + "-" + hash_tmp
|
|
end
|
|
end
|
|
|