mkvtoolnix/tests/test-0236ac3_in_mov.rb
2021-07-07 16:10:13 +02:00

13 lines
252 B
Ruby
Executable File

#!/usr/bin/ruby -w
class T_0236ac3_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