gpt4 book ai didi

ffmpeg PNG - MP4 - 打开输入文件时出错 : invalid argument

转载 作者:行者123 更新时间:2023-12-04 02:56:41 25 4
gpt4 key购买 nike

我跟着这个
visualization project
在 MP4 中转换 PNG 文件。

示例代码的唯一变化是我的时间戳以
1.

ffmpeg -r 20 -b 20M -i 例子%01d.png output.mp4

这就是返回

ffmpeg 版本 N-53055-g7b43120 版权所有 (c) 2000-2013 FFmpeg 开发者
使用 llvm-gcc 4.2.1 构建于 2013 年 5 月 14 日 20:43:53 (LLVM build 2336.11.00)
配置:--disable-yasm
libavutil 52. 31.100/52. 31.100
libavcodec 55. 9.100/55. 9.100
libavformat 55. 7.100/55. 7.100
libavdevice 55. 0.100/55. 0.100
libavfilter 3. 67.100/3. 67.100
libswscale 2. 3.100/2. 3.100
libswresample 0. 17.102/0. 17.102
**选项 b(视频比特率(请使用 -b:v))不能应用于输入文件
example%01d.png -- 您正在尝试将输入选项应用于输出文件或
反之亦然。将此选项移到它所属的文件之前。
输入文件 example%01d.png 的解析选项出错。
打开输入文件时出错:参数无效**

最佳答案

如果您查看终端输出,它会说 FFmpeg 参数错误,因为您将不正确的参数传递给输入文件。必须将比特率参数应用于您的输出文件,因为您正在使用该比特率进行编码。将它移动到正确的位置就可以了。

我测试了它,这有效:

ffmpeg -r 20 -i example%01d.png -b:v 20M output.mp4

关于ffmpeg PNG - MP4 - 打开输入文件时出错 : invalid argument,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16555246/

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