mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +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
|
||
|
|