Cykooz / libheif-rs

Safe wrapper to libheif-sys for parsing heif/heic files
MIT License
34 stars 11 forks source link

How do I write a pre-encoded HEVC frame as a heif file using this library? #5

Closed vi closed 3 years ago

vi commented 3 years ago

There are h265 NALs that should correspond to SPS, PPS and a keyframe.

How do I save them as HEIC file using this library, using only muxing to HEIF without the encoding step?

Cykooz commented 3 years ago

This crate is only a wrapper for library libheif. I have not found in libheif an API for adding encoded images into HEIF-container.