[documentation/docs-krita-org] reference_manual: Add notes about export dimension and FPS limits
Carsten Hartenfels <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 6ffda9676239780f2bfd66fcc32b2174995c90f4 by Carsten Hartenfels.
Committed on 27/07/2026 at 11:14.
Pushed by woltherav into branch 'master'.
Add notes about export dimension and FPS limits
M +7 -0 reference_manual/render_animation.rst
https://invent.kde.org/documentation/docs-krita-org/-/commit/6ffda9676239780f2bfd66fcc32b2174995c90f4
diff --git a/reference_manual/render_animation.rst b/reference_manual/render_animation.rst
index 205151f7b9..ead1342865 100644
--- a/reference_manual/render_animation.rst
+++ b/reference_manual/render_animation.rst
@@ -58,6 +58,13 @@ Height
Set the desired height in pixels.
FPS
Set the desired frames per second.
+
+.. note::
+
+ Widths and heights above 1920 pixels and FPS values beyond 30 are not widely supported. They can cause the video export to fail outright or the resulting video may not play back properly on some devices. Krita will warn you about this, but still allows you to try such exports.
+
+ Some video formats require width and height to be even numbers. Krita will automatically adjust the size if necessary.
+
Filter
Set the scaling filter. :guilabel:`Bicubic` is fine for most cases, but if you want to, say, export a pixel art animation at twice the size, :guilabel:`Nearest Neighbour` will preserve the fine details better.
Render As