flathub / io.github.celluloid_player.Celluloid

https://flathub.org/apps/details/io.github.celluloid_player.Celluloid
3 stars 12 forks source link

Still not able to use JPEG XL as a screenshot format #113

Closed wesley52 closed 1 year ago

wesley52 commented 1 year ago

Overview Description: Even after https://github.com/flathub/io.github.celluloid_player.Celluloid/commit/cf09308f20e1c83749077d15affd9fa4db385fac I'm still not able to use JPEG XL as the default format for screenshots

Steps to Reproduce:

  1. Add --screenshot-format=jxl as a mpv extra option inside Celluloid preferences
  2. Play any video in Celluloid
  3. Press Shift + s to take a screenshot

Actual Results: Celluloid displays "Error writing screenshot!" on the screen and creates an empty file inside $XDG_PICTURES_DIR/

Expected Results: Celluloid takes a screenshot using JPEG XL as the image format

Version: 0.25

TingPing commented 1 year ago

It is probably a simple build flag missing in either ffmpeg or maybe mpv. I don't have much time so any help appreciated.