mkvtoolnix/tests/test-001mp3.rb

13 lines
183 B
Ruby
Raw Normal View History

#!/usr/bin/ruby -w
class T_001mp3 < Test
2004-08-25 17:23:07 +00:00
def description
return "mkvmerge / audio only / in(MP3)"
end
def run
2004-08-30 22:17:55 +00:00
merge("data/simple/v.mp3")
return hash_tmp
end
end