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.
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
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
(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.