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

16 lines
264 B
Ruby

#!/usr/bin/ruby -w
class T_026sync_pcm < Test
def description
return "mkvmerge / PCM sync / in(WAV)"
end
def run
merge("--sync 0:500 data/v.wav")
hash = hash_tmp
merge("--sync 0:-500 data/v.wav")
return hash + "-" + hash_tmp
end
end