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

13 lines
184 B
Ruby

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