How to decode HEVC files to YUV?
问题 I would like to decode HEVC encoded files to YUV files. Is there any simple way to do this yet? An executable would be nice but I would make do with source code that is easily compilable. 回答1: It's as simple as (guide assumed linux, tweek it to your needs) Clone the official reference codec (the official-official is a svn-repo found at https://hevc.hhi.fraunhofer.de/svn/svn_HEVCSoftware/trunk/ but a read-only git-repo that is kept in sync with the svn is provided by BBC which is so much