mkvtoolnix/tests/test-0006oggflac.rb
2021-07-07 16:10:13 +02:00

13 lines
198 B
Ruby

#!/usr/bin/ruby -w
class T_0006oggflac < 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