mkvtoolnix/tests/test-0280replace_one_byte_with_ebmlvoid.rb

15 lines
318 B
Ruby
Raw Normal View History

#!/usr/bin/ruby -w
2021-07-07 14:06:32 +00:00
class T_0280replace_one_byte_with_ebmlvoid < Test
def description
return "mkvpropedit / Replace one byte with en EbmlVoid"
end
def run
sys "cp data/mkv/sample-bug536.mkv #{tmp}"
propedit "--edit track:v1 --set display-width=1600 --set display-height=768"
hash_tmp
end
end