I'm trying to use cwebp to convert some files into webp.
when trying to convert files from a directory that has spaces in its name or to a destination directory that has spaces in its name, cwebp does not convert the files, for some reason.
furthermore, when trying to convert a file that has a space in its name and is inside a folder that also has a space in its name, a file is created next to the destination folder, which takes the first word in that folder's name as its name. the file does not have an extension but seems to be webp, as it can be opened in a photo viewer.
am I the only one who's having this problem?