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)
- Host: GitHub
- URL: https://github.com/yohhoy/heic2hevc
- Owner: yohhoy
- Created: 2017-08-12T14:39:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T16:19:30.000Z (almost 3 years ago)
- Last Synced: 2024-05-02T00:31:24.013Z (over 1 year ago)
- Topics: cpp, heif, hevc, image-compression
- Language: C++
- Homepage:
- Size: 1000 Bytes
- Stars: 26
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```