gpt4 book ai didi

cmd - FFmpeg .jpg 图像到 .mp4 与 Windows Media Player 不兼容

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

我有一系列 10 张图像,我试图用它们来制作动画。我在命令行中使用了以下代码:

ffmpeg -f image2 -i plot-%03d.jpg -r 5 -pix_fmt yuv420p -vcodec mpeg4 output.mp4

这会创建一个看似有效的文件大小的 .mp4 文件,但是,当尝试使用 Windows Media Player 打开时会出现以下错误:

Windows Media Player 无法播放该文件。播放器可能不支持文件类型或可能不支持用于压缩文件的编解码器。

我从以前的线程中尝试了许多解决方案,但没有找到解决方案。我检查了我的 windows 媒体播放器版本是否与 mp4、avi、wmv 等兼容,并且也尝试了所有这些输出。对这个问题有任何想法吗?

完整代码:
M:Example\Frames_plot-001_jpg>ffmpeg -f image2 -i plot-%03
ix_fmt yuv420p -vcodec mpeg4 output.mp4
FFmpeg version SVN-r11200, Copyright (c) 2000-2007 Fabrice Bellard,
configuration: --enable-memalign-hack
libavutil version: 49.5.0
libavcodec version: 51.48.0
libavformat version: 52.1.0
built on Dec 11 2007 14:33:27, gcc: 3.4.5 (mingw special)
Input #0, image2, from 'plot-%03d.jpg':
Duration: 00:00:00.4, start: 0.000000, bitrate: N/A
Stream #0.0: Video: mjpeg, yuvj420p, 4167x4167 [PAR 120:120 DAR
tb(r)
Output #0, mp4, to 'output.mp4':
Stream #0.0: Video: mpeg4, yuv420p, 4167x4167 [PAR 1:1 DAR 1:1]
kb/s, 5.00 tb(c)
Stream mapping:
Stream #0.0 -> #0.0
Press [q] to stop encoding
Compiler did not align stack variables. Libavcodec has been miscomp
and may be very slow or crash. This is not a bug in libavcodec,
but in the compiler. You may try recompiling using gcc >= 4.2.
Do not report crashes to FFmpeg developers.
frame= 3 fps= 3 q=4.0 Lsize= 917kB time=0.6 bitrate=12522.6
video:916kB audio:0kB global headers:0kB muxing overhead 0.072455%

最佳答案

播放器不支持编解码器。试试它确实支持的一个。像 libx264。

关于cmd - FFmpeg .jpg 图像到 .mp4 与 Windows Media Player 不兼容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59644025/

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