https://bugs.kde.org/show_bug.cgi?id=350948
--- Comment #10 from Evert Vorster <evert.vors...@yandex.com> --- Excellent work! Because frames are integers, any event that happen on the same frame in the time line, will go have the same frame number on the new time line at the new frame rate. The one corner case is if one frame follows directly behind another, you have a small chance of two frames trying to occupy the same space, or have a gap between the two key frames, depending on whether the project's frame rate was decreased or increased. One way around this would be to check for situations where key frames are directly following each other, and then in the new time line just keep that relationship, rather than try to convert the two key frames separately. Unfortunately, there is not much more that can be done, as there are physically more or less frames, and we have to aim for a logical best fit. -- You are receiving this mail because: You are watching all bug changes.