_Originally posted by @alatteri in https://github.com/CESNET/UltraGrid/issues/326#issuecomment-1757020332_ Clicks in audio are present if using audio compression with 24 FPS. Steps to reproduce: ffmpeg -f lavfi -i sine=r=48000:d=30 -f lavfi -i testsrc=duration=30:r=24:size=1920x1080 tst24.mp4 uv -d decklink:sync -r embedded -t file:tst24.mp4 -s embedded --param incompatible -A AAC Occurs also with _OPUS_. **Doesn't** occur if anything of following holds: 1. synchronized mode is **not** use 2. **PCM** (uncompressed) audio is used 3. 25 **FPS** is used (other frame rates not tested)