mirror of
https://github.com/Nikolay-Shirokov/cc-1c-skills.git
synced 2026-07-31 08:47:45 +03:00
ffmpeg amix + adelay with large delays causes timestamp overflow (dts near INT64_MAX), producing silent/truncated audio. Fix: use a silence reference track as first amix input with duration=first, so amix runs for full video length regardless of delayed stream timestamps. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>