mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
14 lines
251 B
Ruby
14 lines
251 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_246theora_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
|
|
|