HEIC/HEIF and AVIF support
Posted: 06 Jun 2020 12:53
Since VLC supports many images formats (JPG, PNG, etc), it would be nice if it could support HEIC/HEIF image format (defined as Part 12 within the MPEG-H media suite ISO/IEC 23008-12) as well.
https://en.wikipedia.org/wiki/High_Efficiency_Image_File_Format
I guess it shouldn't be that hard considering the header is some kind of modified MP4 container (ftypmif1, mif1heic) and the codec being used is HEVC.
Sample files available here:
http://s000.tinyupload.com/index.php?file_id=68370744293709843038
AVIF (AV1 in HEIF) would be a good idea too!
https://en.wikipedia.org/wiki/High_Efficiency_Image_File_Format
I guess it shouldn't be that hard considering the header is some kind of modified MP4 container (ftypmif1, mif1heic) and the codec being used is HEVC.
Code: Select all
General
Format : HEIF
Codec ID : mif1 (mif1/heic)
Image #1
Format : HEVC
Format/Info : High Efficiency Video Coding
Format profile : Main@L6.2@Main
Codec ID : hvc1
Codec ID/Info : High Efficiency Video Coding
Width : 1 440 pixels
Height : 960 pixels
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Codec configuration box : hvcC
Sample files available here:
http://s000.tinyupload.com/index.php?file_id=68370744293709843038
AVIF (AV1 in HEIF) would be a good idea too!