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

14 lines
194 B
Ruby

#!/usr/bin/ruby -w
class T_0226h264 < Test
def description
return "mkvmerge / h264 raw / in(h264)"
end
def run
merge("data/h264/IcePrincess.h264")
return hash_tmp
end
end