mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-22 19:13:14 +00:00
13 lines
329 B
Ruby
13 lines
329 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_0277display_dimensions_fixing_aspect_ratio_usage < Test
|
|
def description
|
|
return "mkvmerge / fixing DisplayWidth/Height containing aspect ratio only"
|
|
end
|
|
|
|
def run
|
|
%w{ac3.mkv ar.mkv Handbrake-3441.mkv}.collect { |file| merge "data/mkv/aspect_ratio/#{file}" ; hash_tmp }.join "-"
|
|
end
|
|
end
|
|
|