mkvtoolnix/tests/test-005flac.rb
2004-08-30 22:17:55 +00:00

13 lines
186 B
Ruby

#!/usr/bin/ruby -w
class T_005flac < Test
def description
return "mkvmerge / audio only / in(FLAC)"
end
def run
merge("data/simple/v.flac")
return hash_tmp
end
end