gpt4 book ai didi

batch-file - 使用ffmpeg的文件连接错误

转载 作者:行者123 更新时间:2023-12-04 23:17:09 25 4
gpt4 key购买 nike

我正在尝试使用 ffmpeg 连接两个文件。我有一个文件 input.txt 我写的

file "1.mpg"
file "2.mpg"

和我正在使用的命令
ffmpeg -f concat -i input.txt -codec copy output.mpg

但我不断收到此错误,无法打开\1.mpg 和 input.txt: Invalid argument。

任何帮助将不胜感激

最佳答案

你也可以试试:

ffmpeg -i "concat:1.mpg|2.mpg" -c copy output.mpg

关于batch-file - 使用ffmpeg的文件连接错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20823772/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com