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

関連


Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes