Top > IO_HEIF
  • The added line is THIS COLOR.
  • The deleted line is THIS COLOR.
  • Go to IO_HEIF.

[[IO_Bit]] > [[IO_HEIF]] | [[HEIF]]/[[HEVC]] 

- https://github.com/yoya/IO_HEIF
- https://packagist.org/packages/yoya/io_heif

* require [#b2b71717]

- [[IO_Bit]]
- [[IO_ISOBMFF]]
- [[IO_HEVC]]
- [[IO_ICC]]

* usage [#f6334809]

- dump as text
 % composer require yoya/io_heif
 % php vendor/yoya/io_heif/sample/heifdump.php -f test.heic

** HEVC [#u4ed9b9c]

- JPEG =(ffmpeg + x265)=> HEVC =(IO_HEIF)=> 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
 % php vendor/yoya/io_heif/sample/heiffromhevc.php  -f test.hevc > test.heic

* 関連 [#rel]

- [[FFmpeg]]
- [[x265]]

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