webp2gif
webp2gif copied to clipboard
Failed to create mux object
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 this error is from
webpmux -info aaa.webp, check theaaa.webpis 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 https://github.com/elsonwx/webp2gif/blob/b01e5a6cc84f88c737c3d6315e339e4121e5cf70/webp2gif#L32 to temp_dir="$(pwd)/custom_dir" and run again