All Projects → yohhoy → heic2hevc

yohhoy / heic2hevc

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

Programming Languages

C++
36643 projects - #6 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to heic2hevc

heifreader
HEIF(High Efficiency Image Format) reader for Android
Stars: ✭ 57 (+128%)
Mutual labels:  hevc, heif
libheif-sharp
Provides .NET bindings for libheif.
Stars: ✭ 30 (+20%)
Mutual labels:  hevc, heif
uci
Ultra Compact Image (UCI)
Stars: ✭ 79 (+216%)
Mutual labels:  image-compression, hevc
Waifu2x Extension
Image, GIF and Video enlarger/upscaler achieved with waifu2x and Anime4K. [NO LONGER UPDATED]
Stars: ✭ 149 (+496%)
Mutual labels:  image-compression
Flora
可能是Android平台上最快的图片压缩框架。
Stars: ✭ 160 (+540%)
Mutual labels:  image-compression
Tiny
Blog:https://zhengxiaoyong.com Wechat:
Stars: ✭ 2,505 (+9920%)
Mutual labels:  image-compression
pngloss
Lossy compression of PNG images
Stars: ✭ 73 (+192%)
Mutual labels:  image-compression
Pngcrush
It is a free, open source command-line utility for optimizing PNG image files ( batch script included ).
Stars: ✭ 136 (+444%)
Mutual labels:  image-compression
rtsp-video-server
RTSP video streaming server implementation based on Live555 and FFmpeg
Stars: ✭ 36 (+44%)
Mutual labels:  hevc
Tinify Php
PHP client for the Tinify API.
Stars: ✭ 204 (+716%)
Mutual labels:  image-compression
Go Avif
🎨 Go AVIF library
Stars: ✭ 195 (+680%)
Mutual labels:  image-compression
Essential Image Optimization
Essential Image Optimization - an eBook
Stars: ✭ 1,950 (+7700%)
Mutual labels:  image-compression
Image Compression Cnn
Semantic JPEG image compression using deep convolutional neural network (CNN)
Stars: ✭ 237 (+848%)
Mutual labels:  image-compression
Caesium Clt
Caesium Command Line Tools - Lossy/lossless image compression tool using mozjpeg and zopflipng
Stars: ✭ 149 (+496%)
Mutual labels:  image-compression
video-quality-metrics
Test specified presets/CRF values for the x264 or x265 encoder. Compares VMAF/SSIM/PSNR numerically & via graphs.
Stars: ✭ 87 (+248%)
Mutual labels:  hevc
Optimize Images
A command-line interface (CLI) utility written in pure Python to help you reduce the file size of images.
Stars: ✭ 141 (+464%)
Mutual labels:  image-compression
Compressor
An android image compression library.
Stars: ✭ 6,745 (+26880%)
Mutual labels:  image-compression
High Fidelity Generative Compression
Pytorch implementation of High-Fidelity Generative Image Compression + Routines for neural image compression
Stars: ✭ 171 (+584%)
Mutual labels:  image-compression
Image Shrinker
App for macOS. Minify your images and graphics with just one drop. Autorenamed in the same place where it comes from. Immediately!
Stars: ✭ 217 (+768%)
Mutual labels:  image-compression
nhwcodec
NHW : A Next-Generation Image Compression Codec
Stars: ✭ 56 (+124%)
Mutual labels:  image-compression

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].