| Summary: | Screen capture not working on windows | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | cc.caprani |
| Component: | User Interface & Miscellaneous | Assignee: | Jean-Baptiste Mardelle <jb> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | cc.caprani, fritzibaby, julius.kuenzel |
| Priority: | NOR | Flags: | fritzibaby:
timeline_corruption+
|
| Version First Reported In: | 19.12.2 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
cc.caprani
2020-03-01 03:09:49 UTC
In an effort to be helpful (!) I've explored other software that uses ffmpeg to do its captures. One that seems to be robust and could offer a kind of template for how Kdenlive could be updated is ShareX. Its options screen show the ffmpeg options generated from the user selections which is useful: https://camo.githubusercontent.com/df20b4f2ce163d43fb72f17ab35151ecbee024fd/687474703a2f2f692e696d6775722e636f6d2f56504d706f6e392e706e67 Note here that the cross-platform virtual audio and screen recorder can be installed and used. The form is described here: https://github.com/ShareX/ShareX/blob/master/ShareX.ScreenCaptureLib/Forms/FFmpegOptionsForm.cs Its CLI Manager class seems to be the main engine, finding the devices, and executing the capture: https://github.com/ShareX/ShareX/blob/master/ShareX.MediaLib/FFmpegCLIManager.cs goto settings -> configure Kdenlive -> timeline -> Environment -> make sure the FFMPEG paths are set to the same drive as "MLT profiles folder" but pointing to the "bin" folder. That is the case: C:/Program Files/kdenlive/bin/ffmpeg.exe C:/Program Files/kdenlive/share/mlt/profiles Another Qt app doing goo screen capture is vokoscreenNG [https://github.com/vkohaupt/vokoscreenNG] which uses QAudioDeviceInfo and other Qt classes to do the device search. Please try the following: help -> reset configuration. If this is not helping that you can screen grab: delete "kdenliverc" and "kdenliveui.rc" see here: https://community.kde.org/Kdenlive/Configuration Can you please update to the latest version (20.12.3 at the moment, https://kdenlive.org/en/download/) and report here whether this is still happening? Please take also the tips above in to account. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |