Bug 389045

Summary: render export does not work if the frame range doesnt start with 0
Product: [Applications] krita Reporter: Bollebib <kwadraatnope>
Component: AnimationAssignee: Krita Bugs <krita-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: freebox64
Priority: NOR    
Version: 3.3.3   
Target Milestone: ---   
Platform: Other   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:
Attachments: (GDB report)

Description Bollebib 2018-01-16 11:14:01 UTC
in render export options set start of range to 100 and end of range to 200 and it the export will fail. Maybe a communication or initialisation issue with FFMPeg?
Comment 1 mvowada 2018-01-16 11:24:52 UTC
Created attachment 109906 [details]
(GDB report)

Confirming, I get signal SIGFPE, Arithmetic exception (see GDB report)
Comment 2 mvowada 2018-01-16 11:26:24 UTC
(checked on Ubuntu 14.04 with Krita 4.0.0-beta1.1.appimage)
Comment 3 Halla Rempt 2018-05-18 13:28:33 UTC
Git commit 10e9c86a45b33e5ed14dd4881730ef586315569e by Boudewijn Rempt.
Committed on 18/05/2018 at 13:28.
Pushed by rempt into branch 'master'.

Fix inconsistent frame numbering when calling FFMPEG

M  +1    -1    libs/ui/KisAsyncAnimationFramesSavingRenderer.cpp
M  +1    -1    libs/ui/dialogs/KisAsyncAnimationRenderDialogBase.cpp
M  +5    -1    plugins/impex/video/video_saver.cpp

https://commits.kde.org/krita/10e9c86a45b33e5ed14dd4881730ef586315569e
Comment 4 Halla Rempt 2018-05-23 09:56:47 UTC
Git commit f4ab9e91983ae505d18ae152f7e8d5600f1c8a08 by Boudewijn Rempt.
Committed on 23/05/2018 at 09:32.
Pushed by rempt into branch 'krita/4.0'.

Fix inconsistent frame numbering when calling FFMPEG
(cherry picked from commit 10e9c86a45b33e5ed14dd4881730ef586315569e)

M  +1    -1    libs/ui/KisAsyncAnimationFramesSavingRenderer.cpp
M  +1    -1    libs/ui/dialogs/KisAsyncAnimationRenderDialogBase.cpp
M  +5    -1    plugins/impex/video/video_saver.cpp

https://commits.kde.org/krita/f4ab9e91983ae505d18ae152f7e8d5600f1c8a08