相关疑难解决方法(0)

如何使用ffmpeg合并两个avi文件?

我无法将两个avi视频合并在一起.谷歌充满了以下例子:

cat file1.avi file2.avi file3.avi > video_draft.avi
after appending the data together using cat above, you need to re-index the draft movie like this:

mencoder video_draft.avi -o video_final.avi -forceidx -ovc copy -oac copy
Now you're video_final.avi file will be right to go.
Run Code Online (Sandbox Code Playgroud)

但它对我不起作用,第一个视频被转换,就是这样.

video merge join ffmpeg cat

22
推荐指数
2
解决办法
3万
查看次数

标签 统计

cat ×1

ffmpeg ×1

join ×1

merge ×1

video ×1