mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
14 lines
232 B
Ruby
14 lines
232 B
Ruby
#!/usr/bin/ruby -w
|
|
|
|
class T_216mp4_editlists < Test
|
|
def description
|
|
return "mkvmerge / edit lists in MP4 and 'colr' before 'avcC' / in(MP4)"
|
|
end
|
|
|
|
def run
|
|
merge("-A -S data/mp4/oops.mov")
|
|
return hash_tmp
|
|
end
|
|
end
|
|
|