Created attachment 168606 [details] Animation Renderer SUMMARY Animation Renderer doesn't remember file type used last. The initial selection of file type is always MKV. STEPS TO REPRODUCE 1. Open an animated document. Click "File"-"Render Animation...." to invoke animation renderer. 2. Select "MPEG-4 video" for "Render as" option and click "OK" to render animation. 3. After animation render finished, click "File"-"Render Animation...." again to invoke animation renderer. OBSERVED RESULT&EXPECTED RESULT The initial selection for "Render as" option is "Matroska video" rather than "MPEG-4 video" which is used to render last time.
You're right, and it should. Confirming this. Thanks for the report.
Git commit 94072709d3de2c503f59f66a06fd011c947150ae by Emmet O'Neill. Committed on 06/09/2024 at 21:00. Pushed by emmetoneill into branch 'master'. AnimRender: Make render dialog remember previous video container format. There were a few different pieces of code setting and re-setting the video container format, as well as an improper use of KisConfig. This commit fixed that. M +13 -2 libs/ui/animation/KisDlgAnimationRenderer.cpp https://invent.kde.org/graphics/krita/-/commit/94072709d3de2c503f59f66a06fd011c947150ae
Appears to still be an issue, can confirm that the bug still happens as of 5.2.9 (tested on Linux).