1.编译HM16.0源码:

步骤参照:https://www.vcodex.com/hevc-and-vp9-codecs-try-them-yourself/(可设置pq等参数)

【编译过程中遇到lib库的问题:https://blog.csdn.net/zhaomax/article/details/52331468】

2.编译好之后将y4m或yuv文件转成.h265文件:

参照步骤:https://www.cnblogs.com/zhchoutai/p/8297213.html(注意1820x1080,是xyz英文字母中的x)

3.将.h265文件编码成MP4格式:下载安装MP4box

参照博客:https://blog.csdn.net/tianlong_hust/article/details/9273875

 

mp4box -add .\i_main.265     -new  i_main.mp4

相关文章:

  • 2021-06-23
  • 2022-02-09
  • 2021-07-06
  • 2021-10-30
  • 2021-10-13
  • 2021-05-27
  • 2021-05-30
  • 2022-01-14
猜你喜欢
  • 2021-12-15
  • 2022-02-15
  • 2021-06-25
  • 2022-12-23
  • 2021-07-09
  • 2022-12-23
相关资源
相似解决方案