在 ffmpeg 中将两个 gif 连续合并

在 ffmpeg 中将两个 gif 连续合并

我目前正尝试将两个 gif 一个接一个地合并起来。

我正在尝试使用这个命令

ffmpeg -i wordcut.gif -i firstwordcut.gif -filter_complex '[0:0] [1:0] concat=n=2:v=1[v]' -map '[v]' finished.gif

但我收到了这个错误

[Parsed_concat_0 @ 0x5610077949a0] Input link in1:v0 parameters (size 320x569, SAR 64:64) do not match the corresponding output link in0:v0 parameters (1920x3413, SAR 63:64)
[Parsed_concat_0 @ 0x5610077949a0] Failed to configure output pad on Parsed_concat_0
Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while processing the decoded data for stream #1:0
Conversion failed!

任何帮助,将不胜感激

相关内容