-
-
Notifications
You must be signed in to change notification settings - Fork 310
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
Animated HEIC/HEIF #1371
Comments
If you asking if HEIF is a video format, then the answer is no. That would be MP4. If you asking for videos of how to make HEIF files, I don't know of any but I guess there are some on the net. |
If you're asking how to make a regular video gifv/mp4 out of an image sequence, you can do so fairly easily with ffmpeg. The exact command line depends on what you want. It won't be HEIF, but it sounds like it'd be good enough for your use case. |
@bradh @silverbacknet I'm asking if there's any way I can make animated heif/heic files. |
Presumably there are many ways, but libheif does not currently have a tool to do this. See #1371 (comment) |
How do I make lossless animated HEIC files out of PNG/JPG image sequences using libheif? I am on Windows and used vcpkg to install the tool, but I don't know which directory I should add to system PATH.
https://github.com/strukturag/libheif?tab=readme-ov-file#windows
The text was updated successfully, but these errors were encountered: