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

13 lines
190 B
Ruby

#!/usr/bin/ruby -w
class T_004aacmp4 < Test
def description
return "mkvmerge / audio only / in(AAC in MP4)"
end
def run
merge("data/mp4/v.mp4")
return hash_tmp
end
end