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

16 lines
281 B
Ruby

#!/usr/bin/ruby -w
class T_0025sync_vorbis < Test
def description
return "mkvmerge / Vorbis sync / in(Ogg)"
end
def run
merge("--sync -1:500 data/ogg/v.ogg")
hash = hash_tmp
merge("--sync -1:-500 data/ogg/v.ogg")
return hash + "-" + hash_tmp
end
end