mkvtoolnix/tests/test-236ac3_in_mov.rb
2015-09-22 20:42:51 +02:00

13 lines
251 B
Ruby
Executable File

#!/usr/bin/ruby -w
class T_236ac3_in_mov < Test
def description
return "mkvmerge / AC-3 in MOV and constant sample size > 1 audio tracks / in(MOV)"
end
def run
merge("-D data/mp4/swordfish-explosion.mov")
return hash_tmp
end
end