[kdenlive] [Bug 391413] Wrong FFmpeg shared 64bit build link on Downloads page
https://bugs.kde.org/show_bug.cgi?id=391413 Josef Meile changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED |CONFIRMED CC||jme...@hotmail.com --- Comment #1 from Josef Meile --- I can also confirm this. It's linking to: ffmpeg-20171217-387ee1d-win64-shared.zip But that one doesn't work with kdenlive. In my case, I used the one that I had with Kdenlive-17.04.3, which was version: 3.2.4. With that version also worked. Anyway, after finding this issue report, I also installed the version 3.4.2 mentioned by the original poster and it worked. Please change the link. It really consumes a lot of time until you figure out that the version of ffmpeg is wrong. Best regards Josef -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 375309] KDenLive 16.12.1 Windows Port - kdenlive.exe remains active after quitting
https://bugs.kde.org/show_bug.cgi?id=375309 --- Comment #7 from Josef Meile --- I'm using version 17.12.0 on Windows 10 and I'm not affected by this problem anymore. -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 375309] KDenLive 16.12.1 Windows Port - kdenlive.exe remains active after quitting
https://bugs.kde.org/show_bug.cgi?id=375309 Josef Meile changed: What|Removed |Added CC||jme...@hotmail.com --- Comment #2 from Josef Meile --- Created attachment 106858 --> https://bugs.kde.org/attachment.cgi?id=106858&action=edit Workaround that closes kdenlive.exe under Windows I'm also having this issue with kdenlive-17.04.3. In order to cope this issue, I did a vbscript that kills kdenlive before starting it. When the user closes kdenlive, it will be killed as well. I know it is not a solution, but it works until the developers come with a solution. -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 375309] KDenLive 16.12.1 Windows Port - kdenlive.exe remains active after quitting
https://bugs.kde.org/show_bug.cgi?id=375309 --- Comment #3 from Josef Meile --- I'm also having this issue with kdenlive-17.04.3. In order to cope this issue, I did a vbscript that kills kdenlive before starting it. When the user closes kdenlive, it will be killed as well. I know it is not a solution, but it works until the developers come with a solution. -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 382716] New: Please include .ico files for windows
https://bugs.kde.org/show_bug.cgi?id=382716 Bug ID: 382716 Summary: Please include .ico files for windows Product: kdenlive Version: 17.04.3 Platform: Other OS: MS Windows Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: Installation Assignee: vpi...@kde.org Reporter: jme...@hotmail.com Target Milestone: --- Created attachment 106859 --> https://bugs.kde.org/attachment.cgi?id=106859&action=edit Desktop icons for kdenlive under Windows (.ico files) I decided to create my own .ico files for kdenlive. It would be nice if you could include them in the official release. Just one thing would be missing: it is necessary to either embed the .ico file to the main program: kdenlive.exe or just create a shortcut and assign the .ico file to it. -- You are receiving this mail because: You are watching all bug changes.
[kdenlive] [Bug 375309] KDenLive 16.12.1 Windows Port - kdenlive.exe remains active after quitting
https://bugs.kde.org/show_bug.cgi?id=375309 --- Comment #4 from Josef Meile --- I just found an error in one of the comments of my script. I wrote: 'This loop will run until the started kdenlive status is 0 (running), then 'it will exit when the status is 1 (finished); at this point, the process 'shouldn't be visible on the task list; however, it will remain there :-( But it should be: 'This loop will run **while** the started kdenlive status is 0 (running), then 'it will exit when the status is 1 (finished); at this point, the process 'shouldn't be visible on the task list; however, it will remain there :-( It is a just a comment, so, I won't upload a new attachment at this point -- You are receiving this mail because: You are watching all bug changes.