美文网首页
FFMPEG 不用转码,直接合并 mp4

FFMPEG 不用转码,直接合并 mp4

作者: python都干了些什么啊 | 来源:发表于2019-04-13 20:33 被阅读0次

    在文件 filelist.txt 中,按下面格式录入文件名:

    file '1.mp4'
    file '2.mp4'
    file '3.mp4'
    

    在视频所在文件夹下,执行下面命令:

    ffmpeg -f concat -i filelist.txt  -c copy all.mp4
    

    相关文章

      网友评论

          本文标题:FFMPEG 不用转码,直接合并 mp4

          本文链接:https://www.haomeiwen.com/subject/dcnrwqtx.html