When exporting videos from kdenlive, the audio is out of sync. This is caused
by a double being incorrectly assigned to an int inside the mlt library. For
more information, see http://www.kdenlive.org/mantis/view.php?id=28.
I've created a new ebuild and patch which resolve this problem. I just need
someone to review and commit them.
Reproducible: Always
Steps to Reproduce:
1. Install kdenlive-0.5 (ebuild at
http://bugs.gentoo.org/show_bug.cgi?id=188626).
2. Start kdenlive.
3. Add a few clips to a new project.
4. Place them on the kdenlive timeline.
5. From the "File" menu, select "Export Timeline". Choose a format and click
"Export".
6. View the resulting file in mplayer (or your favorite video player).
Actual Results:
The audio is out of sync with the video. This becomes worse as time
progresses. After a few minutes, the the lag is several seconds.
Expected Results:
The audio should be synchronized with the video.