• 0 Posts
  • 303 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle



  • A) Export using a lower effort, with libjxl effort 2 or something will be fine.

    B) Export to a faster image format like QOI or TIFF or PPM/PNM etc.

    PNG, JXL, WEBP, all have fairly high encode times by default with ffmpeg. lower the effort or use a faster format

    If you think that it really could be write speed limitations, encode to a ramdisk first then transfer if you have the spare ram, but using a different and faster format will probably help as PNG is still very slow to encode. (writing to /tmp is fine for this)