We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Mac OS M1, just wanting to use the docker image directly.
docker pull maestroerror/heif-converter ... Status: Downloaded newer image for maestroerror/heif-converter:latest docker.io/maestroerror/heif-converter:latest
Then I put a couple of heic files in my input folder (~/Documents/heic), and make an output folder (~/Documents/jpeg).
~/Documents/heic
~/Documents/jpeg
~ $ docker run --rm -v /Users/phpguru/Documents/heic:/input -v /Users/phpguru/Documents/jpeg:/output maestroerror/heif-converter heic /input/IMG_5692.heic /output/IMG_5692.jpeg double free or corruption (out) qemu: uncaught target signal 6 (Aborted) - core dumped
Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
I can enter the container and use it like this
root@31669c971dbe:/app# heif-convert /input/IMG_5692.heic /output/IMG_5692.jpg File contains 1 image Written to /output/IMG_5692.jpg
but I was hoping to make use of it directly from docker run on Bash on the Mac side.
Sorry, something went wrong.
No branches or pull requests
On Mac OS M1, just wanting to use the docker image directly.
Then I put a couple of heic files in my input folder (
~/Documents/heic
), and make an output folder (~/Documents/jpeg
).Am I doing something wrong?
The text was updated successfully, but these errors were encountered: