Summary: | animation renders however renders as a corrupt file no matter what file extension is used | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | unnameduwu458 |
Component: | Animation | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dimula73, raghu |
Priority: | NOR | ||
Version First Reported In: | 5.2.0-rc1 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/51fabc4b05726a22fa0d6dab140bb2218c93b9e8 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
corrupted render file preview
corrupted render file opened the log generated besides the animation file resend of the log |
Description
unnameduwu458
2023-09-15 15:37:19 UTC
Created attachment 161642 [details]
corrupted render file opened
Hi, UnnamedUwu! Could you please answer two questions? 1) What version of ffmpeg do you use, the one packaged with Krita or something external? 2) Could you attach a log file that is generated alongside the corrupted video file? (In reply to Dmitry Kazakov from comment #2) > Hi, UnnamedUwu! > > Could you please answer two questions? > > 1) What version of ffmpeg do you use, the one packaged with Krita or > something external? > > 2) Could you attach a log file that is generated alongside the corrupted > video file? i use the external one, i don't know how to use the one packaged with krita. it's the essentials one i'll attempt to eventually attach a log file in a bit Created attachment 161723 [details]
the log generated besides the animation file
Created attachment 161724 [details]
resend of the log
Thanks for your comment! Automatically switching the status of this bug to REPORTED so that the KDE team knows that the bug is ready to get confirmed. In the future you may also do this yourself when providing needed information. *** Bug 473603 has been marked as a duplicate of this bug. *** Git commit 826d23c2e8f9e50e8d182e9a9be1e8d6c18b59cc by Dmitry Kazakov. Committed on 21/09/2023 at 10:17. Pushed by dkazakov into branch 'krita/5.2'. Make sure that saved encoder settigns are supported by ffmpeg When we load last-used-encoder setting we should make sure it is matched to the list of supported encoders by FFMpeg, because the user might have changed ffmpeg binary in the meantime. M +17 -5 libs/ui/animation/KisDlgAnimationRenderer.cpp M +1 -0 libs/ui/animation/KisDlgAnimationRenderer.h https://invent.kde.org/graphics/krita/-/commit/826d23c2e8f9e50e8d182e9a9be1e8d6c18b59cc Git commit 51fabc4b05726a22fa0d6dab140bb2218c93b9e8 by Dmitry Kazakov. Committed on 21/09/2023 at 10:18. Pushed by dkazakov into branch 'master'. Make sure that saved encoder settigns are supported by ffmpeg When we load last-used-encoder setting we should make sure it is matched to the list of supported encoders by FFMpeg, because the user might have changed ffmpeg binary in the meantime. M +17 -5 libs/ui/animation/KisDlgAnimationRenderer.cpp M +1 -0 libs/ui/animation/KisDlgAnimationRenderer.h https://invent.kde.org/graphics/krita/-/commit/51fabc4b05726a22fa0d6dab140bb2218c93b9e8 (In reply to Dmitry Kazakov from comment #9) > Git commit 51fabc4b05726a22fa0d6dab140bb2218c93b9e8 by Dmitry Kazakov. > Committed on 21/09/2023 at 10:18. > Pushed by dkazakov into branch 'master'. > > Make sure that saved encoder settigns are supported by ffmpeg > > When we load last-used-encoder setting we should make sure it is > matched to the list of supported encoders by FFMpeg, because the > user might have changed ffmpeg binary in the meantime. > > M +17 -5 libs/ui/animation/KisDlgAnimationRenderer.cpp > M +1 -0 libs/ui/animation/KisDlgAnimationRenderer.h > > https://invent.kde.org/graphics/krita/-/commit/ > 51fabc4b05726a22fa0d6dab140bb2218c93b9e8 how do i check that? nevermind i figured it out by tinkering with the encoder settings and setting baseline to main, it works now. Hi, UnnamedUwu! You can check the fixed build here: https://binary-factory.kde.org/job/Krita_Stable_Windows_Build/1987/ |