How to decode HEVC files to YUV?

后端 未结 4 838
伪装坚强ぢ
伪装坚强ぢ 2021-01-19 11:28

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

4条回答
  •  日久生厌
    2021-01-19 12:03

    Follow the instructions on https://hevc.hhi.fraunhofer.de/svn/svn_HEVCSoftware/branches/HM-9.2-dev/doc/software-manual.pdf, the source code can be downloaded from https://hevc.hhi.fraunhofer.de/svn/svn_HEVCSoftware/trunk/ by using any subversion software.

    You can build it on both Windows and Linux based OS. After you built the software, you may run the exe files as it is instructed on the software manual.

提交回复
热议问题