| Summary: | Ability to increase video playing speed when preview | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | wsyxbcl |
| Component: | Preview-Video | Assignee: | 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: | https://invent.kde.org/graphics/digikam/-/commit/069cdd79d9b837fdd586622c4d414c7f34d87f7c | Version Fixed/Implemented In: | 8.5.0 |
| Sentry Crash Report: | |||
|
Description
wsyxbcl
2024-08-26 10:50:49 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 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. |