Bug 435610

Summary: Choose export format for recorder
Product: [Applications] krita Reporter: Manga Tengu <mangatengu>
Component: Dockers/RecorderAssignee: Krita Bugs <krita-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist CC: griffinvalley, halla
Priority: NOR    
Version: nightly build (please specify the git hash!)   
Target Milestone: ---   
Platform: unspecified   
OS: Unspecified   
Latest Commit: Version Fixed In:

Description Manga Tengu 2021-04-11 11:29:35 UTC
It would be nice if the recorder could export to the desired format. For now, it only records jpegs which introduce quality loss.

In my case since calling ffmpeg from krita to export is bugging (loads indefinitely), I use these jpegs to call ffmpeg by hand. I would like to try it with pngs for image quality's sake.

Krita Version: 5.0.0-prealpha (git 1222798), Qt version compiled: 5.12.10, loaded: 5.12.10
Comment 1 wolthera 2021-04-11 11:32:52 UTC
copy-pasting this in:

The recorder docker uses jpeg because that's the image type that dmitry utkin found to be the fastest to save, however, the docker uses qimage, and I am wondering if we could speed it up with using the kispaintdevice, etc. and then save to png, as our png writer is unusually fast (at the least, according to dmitryK and halla).
Comment 2 Bug Janitor Service 2021-05-28 14:49:45 UTC
A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/862
Comment 3 Halla Rempt 2021-08-23 12:59:57 UTC
This is in 5.0.0-beta1