yohhoy / heic2hevc

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C++ 72.3%Language:Makefile 27.7%