LGFae / swww

A Solution to your Wayland Wallpaper Woes
GNU General Public License v3.0
2.26k stars 67 forks source link

is there size limit on gif usage ? #363

Open Greatz08 opened 2 weeks ago

Greatz08 commented 2 weeks ago

i tried to convert one 30 sec video which was initially of 25 mb and when i converted it to gif in optimized way it reached 91 mb and when i tried to use that with swww socket error occurs.

Logs :

04:06:40 [INFO] (main) Selected wl_shm format: Xbgr8888
04:06:40 [INFO] (main) Initialization succeeded! Starting main loop...
04:08:06 [INFO] (transition) BumpPool with: 1 buffers. Size: 16000Kb
04:08:06 [INFO] (transition) BumpPool with: 2 buffers. Size: 32000Kb
04:08:08 [ERROR] (main) FATAL: cannot read socket: Failed to read request: failed to fill whole buffer. Exiting...
04:08:08 [INFO] (main) Goodbye!
04:08:08 [INFO] (main) Removed socket at "/run/user/1000/swww-wayland-1.socket"

so is there any solution to this issue ? or are there some limitations set on swww by default ? I have enough ram and gpu vram tho

LGFae commented 2 weeks ago

This shouldn´t be a problem, no. Does it only happen with this particular gif?

Greatz08 commented 2 weeks ago

i tried with two big gif but got same issue @LGFae

LGFae commented 2 weeks ago

are you on the latest git version?

EDIT: judging from the log format, you aren't. Try it on the latest git version then.

Greatz08 commented 1 week ago

extra/swww 0.9.5-2 [0 B 4.60 MiB] [Installed]

Through arch repo i have installed using yay @LGFae

Greatz08 commented 1 week ago

and it is the latest one as no updates are shown

LGFae commented 1 week ago

The latest git version would be the git variant from the AUR (swww-git). 9.5-2 is the latest released version.