https://bugs.kde.org/show_bug.cgi?id=467986
--- Comment #6 from dnovome...@gmail.com --- The animation has full HD resolution and 30fps. It means that duration of one frame is 33,3 milliseconds. Majority of frames take approximately 10 milliseconds to decode but there are few rare frames taking much longer to decode and convert to RGB. At these points there are delays in the animation. It is not a problem for video players as they decode few frames in advance. Gwenview uses QMovie class which decodes one frame at a time - it can cache everything or nothing. Current implementation of QMovie is not ideal for big videos. -- You are receiving this mail because: You are watching all bug changes.