ffmpeg -i 2018.mp4 -codec copy -bsf: h264_mp4toannexb -f h264 tmp.264

注释:

-i 2018.mp4:  是输入的MP4文件

-codec copy: 从mp4中拷贝

-bsf: h264_mp4toannexb: 从mp4拷贝到annexB封装

-f h264: 采用h264格式

tmp.264: 输出的文件

相关文章:

  • 2021-11-22
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
  • 2022-02-09
  • 2021-06-16
猜你喜欢
  • 2022-12-23
  • 2022-01-12
  • 2021-11-04
  • 2021-08-14
  • 2021-03-30
  • 2022-01-11
相关资源
相似解决方案