webp2gif icon indicating copy to clipboard operation
webp2gif copied to clipboard

Failed to create mux object

Open gsons opened this issue 3 years ago • 5 comments

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

Failed to create mux object

gsons avatar Jul 01 '22 03:07 gsons

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

elsonwx avatar Jul 01 '22 07:07 elsonwx

@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.

gsons avatar Jul 04 '22 08:07 gsons

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

elsonwx avatar Jul 04 '22 08:07 elsonwx

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

pwascheul avatar Sep 01 '22 09:09 pwascheul

@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 https://github.com/elsonwx/webp2gif/blob/b01e5a6cc84f88c737c3d6315e339e4121e5cf70/webp2gif#L32 to temp_dir="$(pwd)/custom_dir" and run again

elsonwx avatar Sep 01 '22 11:09 elsonwx