Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I use windows wsl -d ubuntu install gifify(Contains required plugins) run but show error #119

Open
minimoonleaf opened this issue Aug 21, 2023 · 3 comments

Comments

@minimoonleaf
Copy link

$ sudo gifify test.mp4 -o output.gif --from 00:00 --too 00:30
Generating GIF, please wait...
convert-im6.q16: cache resources exhausted /tmp/magick-ITY2PzzBkIDZT0JfhwDkjVPJalBpeKJA' @ error/cache.c/OpenPixelCache/4095. convert-im6.q16: no images defined gif:-' @ error/convert.c/ConvertImageCommand/3229.

@minimoonleaf
Copy link
Author

@wdllmh
Copy link

wdllmh commented Sep 28, 2023

i also have the problem.but it happened after i configured the /etc/ImageMagick-6/policy.xml

@badcodebuilder
Copy link

so do I in docker image, here is my Dockerfile

FROM debian:bookworm

RUN apt update -y && \
    apt upgrade -y && \
    apt install -y --no-install-recommends nodejs npm ffmpeg imagemagick gifsicle && \
    rm -rf /var/lib/apt/lists/*
RUN npm i gifify -g

WORKDIR /data

ENTRYPOINT [ "gifify" ]

Is it any bug about ImageMagick?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants