ffmpeg concat error unable to find a suitable output format

后端 未结 1 1821
独厮守ぢ
独厮守ぢ 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条回答
  • 2021-01-28 12:40
    1. Change -filter complex to -filter_complex
    2. Replace the “smart / fancy” quotes with normal double quotes (").
    0 讨论(0)
提交回复
热议问题