mkvtoolnix/tests/test-025sync_vorbis.rb
2004-08-25 21:55:39 +00:00

16 lines
272 B
Ruby

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