mkvtoolnix/tests/test-202avc_from_mp4_with_par_bframes.rb

14 lines
253 B
Ruby

#!/usr/bin/ruby -w
class T_202avc_from_mp4_with_par_bframes < Test
def description
return "mkvmerge / AVC from MP4 with aspect ratio & B frames / in(MP4)"
end
def run
merge("data/mp4/test_2000_inloop.mp4")
return hash_tmp
end
end