[documentation/docs-krita-org/krita/6.0] reference_manual: Add notes about export dimension and FPS limits
Wolthera van Hövell tot Westerflier <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 70ef6d699d625f9efb78eefec86601414a1ba9cc by Wolthera van Hövell tot Westerflier, on behalf of Carsten Hartenfels.
Committed on 05/08/2026 at 13:38.
Pushed by woltherav into branch 'krita/6.0'.
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/70ef6d699d625f9efb78eefec86601414a1ba9cc
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