How to decode HEVC files to YUV?

后端 未结 4 805
伪装坚强ぢ
伪装坚强ぢ 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 11:53

    You can download the ffmpeg windows build exe file simply decoding HEVC bitstream.

    ffmpeg.exe -i xxx.bin out.yuv
    

提交回复
热议问题