Summary: | Playing video stuttering in fullscreen mode / slideshow | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | ismir.schlecht42 |
Component: | Plugin-Generic-SlideShow | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version: | 6.4.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=382582 | ||
Latest Commit: | Version Fixed In: | 8.2.0 | |
Sentry Crash Report: |
Description
ismir.schlecht42
2019-11-27 13:19:44 UTC
If you play a video in the slideshow and switch the properties off/on with the F4 key, does the sound stop stuttering? Maik There is no change in stutter, but also no change in information displayed in slideshow. Remark: In my version/installation F4 does not toggle any properties display in slideshow, but STRG+RETURN. I tried all commands in the shortcut menu containing 'properties' but did not observe any change, neither in stutter nor in displayed information. I add codec information of stuttering videos: Video-Codec: h265, 25 fps, video resolution 1920x1080 Audio-Bitrate: 48.000 Audio-Coded: AAC (stereo) Thanks for looking into this! André Git commit 40f4745254025487b8f2ee98f7dd2786b6e82791 by Maik Qualmann. Committed on 28/11/2019 at 18:17. Pushed by mqualmann into branch 'master'. cache the DInfoMap M +11 -8 core/utilities/slideshow/slideproperties.cpp https://invent.kde.org/kde/digikam/commit/40f4745254025487b8f2ee98f7dd2786b6e82791 There is a patch applied to QtAV for this problem in current implementation from git/master : https://github.com/wang-bin/QtAV/pull/1268 So, i will take a look to integrate this change in Windows installer. Gilles Caulier Git commit d6d8862514d023c1f362bdd1f561aade29dc1ecb by Gilles Caulier. Committed on 12/01/2020 at 06:08. Pushed by cgilles into branch 'master'. build qtav from master at digiKam bundle updates, as it contains important fixes Related: bug 382582, bug 386522 M +0 -3 project/bundles/3rdparty/ext_qtav/CMakeLists.txt M +0 -2 project/bundles/appimage/01-build-host.sh M +1 -0 project/bundles/appimage/03-build-digikam.sh M +0 -1 project/bundles/macports/01-build-macports.sh M +1 -0 project/bundles/macports/03-build-digikam.sh M +0 -1 project/bundles/mxe/01-build-mxe.sh M +1 -0 project/bundles/mxe/03-build-digikam.sh https://invent.kde.org/kde/digikam/commit/d6d8862514d023c1f362bdd1f561aade29dc1ecb digiKam 7.0.0 stable release is now published and now available as FlatPak: https://www.digikam.org/news/2020-07-19-7.0.0_release_announcement/ We need a fresh feedback on this file using this version. Thanks in advance Gilles Caulier Git commit 450d93baf8a059d9e4e0214539bf3810912e0a72 by Maik Qualmann. Committed on 11/09/2021 at 13:33. Pushed by mqualmann into branch 'master'. Use QtAV video output to use hardware acceleration if supported and use libAVFIlter to rotate the video Related: bug 382582, bug 435660, bug 430873 M +44 -44 core/libs/video/player/mediaplayerview.cpp https://invent.kde.org/graphics/digikam/commit/450d93baf8a059d9e4e0214539bf3810912e0a72 Git commit 701855c5455c495bf68b61298344e80828404311 by Maik Qualmann. Committed on 11/09/2021 at 14:48. Pushed by mqualmann into branch 'master'. Use QtAV video output also for the slideshow Related: bug 382582, bug 435660, bug 430873 M +42 -41 core/libs/video/player/slidevideo.cpp M +0 -1 core/libs/video/player/slidevideo.h https://invent.kde.org/graphics/digikam/commit/701855c5455c495bf68b61298344e80828404311 @ismir digiKam 8.0.0 is out. This entry still valid with this release ? Best regards Gilles Caulier With last Windows installer 8.2.0 pre-release, digiKam build with VCPKG+MSVC+Qt6.6.0, the video playback under Windows 10 (mov, mkv, avi, mp4) run fluently (preview and slideshow). We use Qt6Multimedia+ffmpeg codecs instead QtAv now. I close this file now. Gilles Caulier |