mkvtoolnix/tests/test-321vc1_without_markers.rb

14 lines
225 B
Ruby

#!/usr/bin/ruby -w
class T_321vc1_without_markers < Test
def description
"mkvmerge / VC1 without start markers (0x00 0x00 0x01)"
end
def run
merge "-A data/mkv/vc1-without-markers.mkv"
hash_tmp
end
end