mkvtoolnix/tests/test-0026sync_pcm.rb

16 lines
273 B
Ruby
Raw Normal View History

2004-08-25 21:55:39 +00:00
#!/usr/bin/ruby -w
2021-07-07 14:06:32 +00:00
class T_0026sync_pcm < Test
2004-08-25 21:55:39 +00:00
def description
return "mkvmerge / PCM sync / in(WAV)"
end
def run
merge("--sync 0:500 data/wav/v.wav")
2004-08-25 21:55:39 +00:00
hash = hash_tmp
merge("--sync 0:-500 data/wav/v.wav")
2004-08-25 21:55:39 +00:00
return hash + "-" + hash_tmp
end
end