mkvtoolnix/tests/test-0004aacmp4.rb

13 lines
191 B
Ruby
Raw Normal View History

#!/usr/bin/ruby -w
2021-07-07 14:06:32 +00:00
class T_0004aacmp4 < Test
2004-08-25 17:23:07 +00:00
def description
return "mkvmerge / audio only / in(AAC in MP4)"
end
def run
2004-08-30 22:17:55 +00:00
merge("data/mp4/v.mp4")
return hash_tmp
end
end