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

14 lines
254 B
Ruby

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