An open API service indexing awesome lists of open source software.

https://github.com/yohhoy/heic2hevc

convert HEIC file to H.265 bitstream(Annex.B)
https://github.com/yohhoy/heic2hevc

cpp heif hevc image-compression

Last synced: 6 months ago
JSON representation

convert HEIC file to H.265 bitstream(Annex.B)

Awesome Lists containing this project

README

          

# heic2hevc
convert HEIC file to H.265 bitstream(Annex.B)

# usage

convert HEIC to PNG format (w/ FFmpeg):

```
$ ./heic2hevc input.heic output.265
$ ffmpeg -i output.265 output.png
```