strukturag / libheif

libheif is an HEIF and AVIF file format decoder and encoder.
Other
1.61k stars 293 forks source link

split multipage #1018

Open jay982374 opened 8 months ago

jay982374 commented 8 months ago

Hello,

Is there a way in the API to take a single input .heif file with multiple AVIF frames and output one .heif-file per frame without re-compressing each frame ?

farindk commented 8 months ago

No, currently not. However, it might be feasible to add such a possibility in the future. Please leave this issue open as a reminder.

bradh commented 6 months ago

Do you have an example of the input AVIF with multiple frames that you can share?