将图像转换为mpeg / mp4会产生0字节的mp4文件


0

我正在尝试将png文件转换为mp4文件,但我得到0bytes mp4文件。

这是我的代码结构:

ffmpeg -r [framerate] -i [images] -s [resolution] -vcodec libx264 [videofilename].mp4

您需要显示实际命令和完整的控制台输出。
llogan

Answers:


0

从图像创建胶片时,您需要指定输入“帧速率”,如中所述 从图像创建视频幻灯片

放标签 -framerate 1/5 标签之前 -i 例如,将使每张图像在胶片中显示5秒。


我添加了它,但我仍然遇到同样的问题,我的ffmpeg版本是FFmpeg 0.6.5
user2033138

3
当前版本是3.x.你应该升级。
Gyan
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.