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

Animated HEIC/HEIF #1371

Open
Jay123210599 opened this issue Nov 6, 2024 · 6 comments
Open

Animated HEIC/HEIF #1371

Jay123210599 opened this issue Nov 6, 2024 · 6 comments

Comments

@Jay123210599
Copy link

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

@bradh
Copy link
Contributor

bradh commented Nov 7, 2024

Adding image sequence support is planned, but not yet fully implemented.

See #949, #537, #57 etc for different versions of this.

@Jay123210599
Copy link
Author

Adding image sequence support is planned, but not yet fully implemented.

See #949, #537, #57 etc for different versions of this.

What about videos?

@bradh
Copy link
Contributor

bradh commented Nov 7, 2024

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.

@silverbacknet
Copy link

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.

@Jay123210599
Copy link
Author

@bradh @silverbacknet I'm asking if there's any way I can make animated heif/heic files.

@bradh
Copy link
Contributor

bradh commented Nov 11, 2024

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

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