如何使用 ffmpeg 提取帧?我做错了什么?

如何使用 ffmpeg 提取帧?我做错了什么?

我正在尝试使用 FFMpeg 从 MP4 中提取帧。

当我跑步时:

ffmpeg -i aaa.mp4 -r 10 extraced%03d.png

我一直收到这个错误:

Could not open file extracted"path-were-ffmpeg.exe-is/a.bat3d.png"

av_interleaved_write_frame<>: input/output error

我为什么会得到这个文件名?我正在使用批处理脚本来执行此操作,这有错吗?

相关内容