mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
14 lines
206 B
Ruby
14 lines
206 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_032cues < Test
|
|
def description
|
|
return "mkvmerge / cues / in(AVI)"
|
|
end
|
|
|
|
def run
|
|
merge("--cues 0:all --cues 1:iframes data/avi/v.avi")
|
|
return hash_tmp
|
|
end
|
|
end
|
|
|