ffmpeg concat error unable to find a suitable output format

后端 未结 1 1841
独厮守ぢ
独厮守ぢ 2021-01-28 11:47

I\'m trying to batch concat a outro video to multiple videos. I am just tetsing it using the following command: ffmpeg -i test.mp4 -i hello.mp4 -filter comp lex “[0:v:0]

1条回答
  •  Happy的楠姐
    2021-01-28 12:40

    1. Change -filter complex to -filter_complex
    2. Replace the “smart / fancy” quotes with normal double quotes (").

    0 讨论(0)
提交回复
热议问题