mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
13 lines
197 B
Ruby
13 lines
197 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_006oggflac < Test
|
|
def description
|
|
return "mkvmerge / audio only / in(FLAC in Ogg)"
|
|
end
|
|
|
|
def run
|
|
merge("data/ogg/v.flac.ogg")
|
|
return hash_tmp
|
|
end
|
|
end
|