Bug 405042 - Ability to loop video playback
Summary: Ability to loop video playback
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Preview-Video (show other bugs)
Version: 6.0.0
Platform: Microsoft Windows Microsoft Windows
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-03 18:39 UTC by thndrshk2k
Modified: 2022-01-07 05:24 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 6.1.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description thndrshk2k 2019-03-03 18:39:05 UTC
When viewing short videos/GIFs within Digikam they tend to play quickly once and then go to a black preview window until you manually restart the animation.

I propose adding in a toggle to allow the user to toggle if the current video/animation they are viewing loops or if it ends after it is done it's current playthrough.
Comment 1 Maik Qualmann 2019-03-04 19:21:46 UTC
Git commit 146609c32e61e7138eba8cf61c4cfdd1524d567e by Maik Qualmann.
Committed on 04/03/2019 at 19:20.
Pushed by mqualmann into branch 'master'.

add button for loop video playback
FIXED-IN: 6.1.0

M  +2    -1    NEWS
M  +28   -2    core/libs/video/player/mediaplayerview.cpp
M  +1    -0    core/libs/video/player/mediaplayerview.h
M  +4    -2    core/libs/video/player/slidevideo.cpp

https://commits.kde.org/digikam/146609c32e61e7138eba8cf61c4cfdd1524d567e
Comment 2 Maik Qualmann 2019-03-04 19:26:37 UTC
Note: The QtAV framework we use for playback has a repeat function for videos. But it can come to a brief dark phase and this may not look good when playing GIF files. This may also depend on the FFmpeg version used.

Maik