mkvtoolnix/tests/test-002aac.rb

13 lines
186 B
Ruby
Raw Normal View History

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