mkvtoolnix/tests/test-0216mp4_editlists.rb
2021-07-07 16:10:13 +02:00

14 lines
233 B
Ruby

#!/usr/bin/ruby -w
class T_0216mp4_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