https://bugs.kde.org/show_bug.cgi?id=501280
--- Comment #5 from Jean-Baptiste Mardelle <j...@kdenlive.org> --- Could you check if the 2 audio streams have the same length ? This command should print the length of the first audio stream: ffmpeg -i input.mkv -c copy -map 0:a:0 -f null - 2>&1 | tail -3 | grep -oP "(?<=time=).+?\s" And for the second stream: ffmpeg -i input.mp4 -c copy -map 0:a:1 -f null - 2>&1 | tail -3 | grep -oP "(?<=time=).+?\s" -- You are receiving this mail because: You are watching all bug changes.