mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 12:53:50 +00:00
14 lines
210 B
Ruby
14 lines
210 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_214one_frame_avi < Test
|
|
def description
|
|
return "mkvmerge / AVI with only one frame / in(AVI)"
|
|
end
|
|
|
|
def run
|
|
merge("data/avi/1-frame.avi")
|
|
return hash_tmp
|
|
end
|
|
end
|
|
|