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

14 lines
234 B
Ruby

#!/usr/bin/ruby -w
class T_0213mp4_broken_pixel_dimensions < Test
def description
return "mkvmerge / MP4 with wrong pixel dimensions / in(MP4)"
end
def run
merge("data/mp4/P4230041.MP4")
return hash_tmp
end
end