H.265/HEVC | FileFormat > ImageFormat > HEIF

仕様

バイナリ形式

ツール

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

ライブラリ

サンプル画像

JavaScript

yohhoy

その他

関連


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