mkvtoolnix/tests/test-0246theora_pixel_aspect_ratio.rb

14 lines
252 B
Ruby
Raw Normal View History

#!/usr/bin/ruby -w
2021-07-07 14:06:32 +00:00
class T_0246theora_pixel_aspect_ratio < Test
def description
return "mkvmerge / Theora's pixel aspect ratio header fields / in(OGG)"
end
def run
merge("data/ogg/pixel_aspect_ratio.ogg")
return hash_tmp
end
end