Top > HEIF

H.265/HEVC | FileFormat > ImageFormat > HEIF

公式

MPEG

Nokia

Apple

仕様

バイナリ形式

プログラム

ツール

  • JPEG =(ffmpeg + x265)=> HEVC =(MP4Box)=> HEIF(.heic)
% ffmpeg -i test.jpg -loglevel warning  -pix_fmt yuv420p -vcodec libx265 -f hevc \
                -x265-params log-level=1 -crf 12 -preset slower test.hevc
% MP4Box -add-image test.hevc -quiet -ab heic -new test.heic
  • ダンプ
MP4Box -std -diso test.heic > test.heic.xml
  • JPEG =(ffmpeg + x265)=> HEVC =(IO_HEIF)=> HEIF(.heic)

ライブラリ

JavaScript

商用

サンプル画像

ライセンス問題

その他

yohhoy

yoya

関連


Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes
Last-modified: Fri, 14 Jul 2023 19:56:03 JST (284d)