Bug 435610 - Choose export format for recorder
Summary: Choose export format for recorder
Status: RESOLVED FIXED
Alias: None
Product: krita
Classification: Applications
Component: Dockers/Recorder (show other bugs)
Version: nightly build (please specify the git hash!)
Platform: unspecified Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-11 11:29 UTC by Manga Tengu
Modified: 2021-08-23 12:59 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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