https://bugs.kde.org/show_bug.cgi?id=515796
Freya Lupen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Freya Lupen <[email protected]> --- According to the error message, you tried to render an absolutely ginormous 10000x5008 video, that's over 50 million pixels (50080000) per frame! OpenH264 has a limitation of just under 9.5 million (9437184) pixels per frame (maximum size for a square video is 3072x3072px). Your distro's native FFMpeg is probably using libx264 instead, which doesn't have this limitation; Krita automatically picks the available x264 encoder when using the default MP4 export profile. It should work if you use the Resize checkbox to render a smaller video (4K video is around 3840x2160, for reference). For this image's aspect ratio, something like 4000x2003 should work. -- You are receiving this mail because: You are watching all bug changes.
