ffmpeg 将多个视频片段合成一个视频

ffmpeg 将多个视频片段合成一个视频

网络视频 6 分钟的诅咒。

    1. 新建文本文件 filelist.txt

    filelist.txt

    file 'output_train_video_0.mp4'
    file 'output_train_video_1.mp4'
    file 'output_train_video_2.mp4'
    file 'output_train_video_3.mp4'
    file 'output_train_video_4.mp4'

单引号内是视频片段名字,如果文件名有奇怪的字符,要在 filelist.txt 中转义。

    1. ffmpeg -f concat -i filelist.txt -c copy output_set.mp4

    strong@foreverstrong:~/ForeverStrong$ ffmpeg -f concat -i filelist.txt -c copy output_set.mp4

References

1 Yongqiang Cheng, https://yongqiang.blog.csdn.net/

相关推荐
blanks20201 天前
ffmpeg 学习笔记 通过命令行采集音频
ffmpeg
Mahut5 天前
我用 Electron + FFmpeg 做了一个本地视频处理工作站 ClipForge
前端·ffmpeg·electron
源之缘-OFD先行者14 天前
破界渲染:WinForm下的FFmpeg+Vortice极速推流引擎
ffmpeg·winform·推流·h264
源来猿往14 天前
记ffmpeg-8.1.1 之Android库编译(window)
android·ffmpeg
Deitymoon14 天前
RV1126+FFMPEG多路码流监控项目
ffmpeg·音视频
芝麻别开门14 天前
GStreamer DASH Demux 知识文档
ffmpeg·dash
ltlovezh15 天前
ROI 编码学习指南:Android 与 FFmpeg 的真实实现边界
android·ffmpeg·音视频开发
m0_7471245316 天前
多媒体框架 FFmpeg 和 GStreamer
ffmpeg·gstreamer
小鹿研究点东西16 天前
AI直播系统怎么搭?
人工智能·ffmpeg·自动化·音视频·语音识别
Nightwish516 天前
Oracle 数据库巡检检查清单
数据库·oracle·ffmpeg