Closed
Description
Originally posted by @alatteri in #326 (comment)
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:
- synchronized mode is not use
- PCM (uncompressed) audio is used
- 25 FPS is used (other frame rates not tested)