elsonwx/webp2gif

Failed to create mux object

Opened this issue · 5 comments

gsons commented

when i run ./webp2gif aaa.webp, i get error,here are.

Failed to create mux object

@gsons this error is from webpmux -info aaa.webp, check the aaa.webp is existed in current directory and is a normal webp image.

gsons commented

@gsons this error is from webpmux -info aaa.webp, check the aaa.webp is existed in current directory and is a normal webp image.

i am sure that aaa.webp is existed in current directory and it is a normal webp,because i already convert aaa.webp to gif by a onlie convert website.

if possible, you can post a download link here for aaa.webp.
if not convenient to give the download link, run the script bash -x webp2gif aaa.webp to locate the error line and give some more details

hey folks, having same issue (running Macos 12.5.1) to convert web.
attached bash log for conversion
logwebp2gif.txt

@pwascheul The last line of log file shows that No such file or directory. try make a custom dir,
e.g. mkdir $(pwd)/custom_dir in the webp file directory and modify the

temp_dir=$(mktemp -d)
to temp_dir="$(pwd)/custom_dir" and run again