mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-28 13:57:22 +00:00
10 lines
227 B
Ruby
10 lines
227 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
describe "mkvpropedit / create voids for 130 bytes long gaps"
|
||
|
|
||
|
test "propedit" do
|
||
|
sys "cp data/mkv/propedit-gaps-130-bytes.mkv #{tmp}"
|
||
|
propedit tmp, "--edit track:s1 --set flag-default=0"
|
||
|
hash_tmp
|
||
|
end
|