mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
9 lines
204 B
Ruby
9 lines
204 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_714avi_video_aspect_ratio
|
||
|
file = "data/avi/video_aspect_ratio.avi"
|
||
|
|
||
|
describe "mkvmerge / AVI with video aspect ratio in video properties header"
|
||
|
test_merge file
|
||
|
test_identify file
|