mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
14 lines
233 B
Ruby
14 lines
233 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_213mp4_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
|
|
|