ffmpeg怎么把编码好的h264帧存入ts文件里

2025-05-09 09:06:13
推荐回答(1个)
回答1:

仅转换可以使用命令,把任一mp4转换成ts
ffmpeg -i input.mp4 -c copy -bsf h264_mp4toannexb output.ts