Bug 492200

Summary: Ability to increase video playing speed when preview
Product: [Applications] digikam Reporter: wsyxbcl
Component: Preview-VideoAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist CC: metzpinguin
Priority: NOR    
Version First Reported In: 8.4.0   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In: 8.5.0
Sentry Crash Report:

Description wsyxbcl 2024-08-26 10:50:49 UTC
I noticed a similar issue was addressed in version 8.4.0 (referencing Bug #398387). I would like to propose a similar enhancement.

It would be implemented by either introducing a global configuration option in the settings or adding a dedicated button (similar to the step-by-frame button). This feature would greatly assist users who need to manually large amount of multiple videos.
Comment 1 Maik Qualmann 2024-08-26 19:31:55 UTC
Git commit 069cdd79d9b837fdd586622c4d414c7f34d87f7c by Maik Qualmann.
Committed on 26/08/2024 at 19:30.
Pushed by mqualmann into branch 'master'.

add menu to control video play rate
Note: this feature is currently only
available when digiKam uses Qt6.
FIXED-IN: 8.5.0

M  +1    -1    NEWS
M  +63   -0    core/libs/video/player/qtmm/mediaplayerview.cpp
M  +1    -0    core/libs/video/player/qtmm/mediaplayerview.h

https://invent.kde.org/graphics/digikam/-/commit/069cdd79d9b837fdd586622c4d414c7f34d87f7c
Comment 2 Maik Qualmann 2024-08-26 19:37:02 UTC
Note the set video rate is currently not saved across sessions. Currently the speed can be changed in steps of 0.5x, 1.0x, 1.5x, 2.0x, 2.5x, 3.0x, 4.0x and 5.0x.

Maik
Comment 3 wsyxbcl 2024-10-17 09:52:43 UTC
(In reply to Maik Qualmann from comment #2)
> Note the set video rate is currently not saved across sessions. Currently
> the speed can be changed in steps of 0.5x, 1.0x, 1.5x, 2.0x, 2.5x, 3.0x,
> 4.0x and 5.0x.
> 
> Maik

I've tr(In reply to Maik Qualmann from comment #1)
> Git commit 069cdd79d9b837fdd586622c4d414c7f34d87f7c by Maik Qualmann.
> Committed on 26/08/2024 at 19:30.
> Pushed by mqualmann into branch 'master'.
> 
> add menu to control video play rate
> Note: this feature is currently only
> available when digiKam uses Qt6.
> FIXED-IN: 8.5.0
> 
> M  +1    -1    NEWS
> M  +63   -0    core/libs/video/player/qtmm/mediaplayerview.cpp
> M  +1    -0    core/libs/video/player/qtmm/mediaplayerview.h
> 
> https://invent.kde.org/graphics/digikam/-/commit/
> 069cdd79d9b837fdd586622c4d414c7f34d87f7c

I've tried the 8.5.0 local build, works perfectly.

Thank you for the work.