https://github.com/vi/desyncmeasure
A tool to measure audio/video synchronosation errors using special source video
https://github.com/vi/desyncmeasure
Last synced: 9 months ago
JSON representation
A tool to measure audio/video synchronosation errors using special source video
- Host: GitHub
- URL: https://github.com/vi/desyncmeasure
- Owner: vi
- License: mit
- Created: 2021-09-01T01:44:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-30T22:06:28.000Z (about 2 years ago)
- Last Synced: 2025-06-30T00:03:26.900Z (about 1 year ago)
- Language: Rust
- Size: 69.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# desyncmeasure
A tool to measure audio/video synchronosation errors using special source video
# Steps
1. Play [av_sync.mkv](https://vi-server.org/pub/av_sync.mkv) to one device's camera and microphone.
2. Record video and audio from the other device into a file
3. Feed that video into this tool (using an FFmpeg command line in it's CLI help message)
4. Judge quality of audio and video by the number of recognized QR codes, audio chirps and discrepancy between timestamps encoded in the codes and chirps.
TODO: write a proper README.