Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一些视频需要连接,但要等到视频长度达到 10 分钟。我该怎么做呢。
将-t 00:10:00输出选项与 concat demuxer 一起使用:
-t 00:10:00
ffmpeg -f concat -i input.txt -t 00:10:00 output
如果您的视频没有相同的参数,请使用过滤器来符合它们,然后使用 concat 过滤器来连接它们。
看: