Ffmpeg 如何修复错误请求的输出格式';concat&x27;不是合适的输出格式

Ffmpeg 如何修复错误请求的输出格式';concat&x27;不是合适的输出格式,ffmpeg,Ffmpeg,这是我的命令 ffmpeg -f concat safe 0 -i C:\_source\mergethis.txt -c copy C:\_combined\combined.mp4 我得到这个错误 [NULL @ 00000000022a5060] Requested output format 'concat' is not a suitable output format safe: Invalid argument mergethis.txt包含以下内容 file C:\\_sou

这是我的命令

ffmpeg -f concat safe 0 -i C:\_source\mergethis.txt -c copy C:\_combined\combined.mp4
我得到这个错误

[NULL @ 00000000022a5060] Requested output format 'concat' is not a suitable output format
safe: Invalid argument
mergethis.txt包含以下内容

file C:\\_source\\01.mp4
file C:\\_source\\02.mp4
file C:\\_source\\03.mp4
file C:\\_source\\04.mp4
file C:\\_source\\05.mp4
file C:\\_source\\06.mp4

你打错了。将
safe
更改为
-safe

抓得好!我很惭愧地承认,但我一整天都在为此奋斗。@Wayne没有什么好惭愧的。我敢肯定,我们大多数人在一个问题上花了太多的时间,因为一个角色错了或丢失了。