mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 12:53:50 +00:00
14 lines
225 B
Ruby
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
|
|
|