ffmpeg文件合并   文件1.ts~ 100.ts 流媒体文件
1.txt 格式

file 1.ts
file 2.ts
...

file 100.ts


命 令   (-vcodec copy -acodec copy  等于  -c copy)

.\ffmpeg.exe -f concat -i .\1.txt -c copy .\output.mkv



注意如果直接生成mp4文件会卡顿,所以先生成相同类型的mkv,再转成MP4

.\ffmpeg.exe -i output.ts output.mp4

相关文章:

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