ffmpegX 从视频中提取帧
我找到了这个教程:
http://stream0.org/ 2008/02/howto-extract-images-from-a-vi.html
它告诉我如何从命令行使用 ffmpegX 从视频中提取帧(至少这是我的理解)。
我在 .MOV 文件所在的目录中进行 cd 我想要提取并在 Mac OS 终端中运行(!):
ffmpeg -i mymov.MOV -r 25 -f image2 images%05d.png
但是
ffmpegX -i mymov.MOV -r 25 -f image2 images%05d.png
在两者上我都得到:
-bash:ffmpegX:命令未找到
所有这些都在 Mac 上。
任何我做错了什么的想法都会很棒。
多谢。
I found this tutorial:
http://stream0.org/2008/02/howto-extract-images-from-a-vi.html
Where it tells me how to extract frames from a video with ffmpegX from the commandline (at least that is what I understood).
I cd in the directory where the .MOV files is I want to extract and ran in the Mac OS Terminal(!):
ffmpeg -i mymov.MOV -r 25 -f image2 images%05d.png
and
ffmpegX -i mymov.MOV -r 25 -f image2 images%05d.png
But on both I get:
-bash: ffmpegX: command not found
All this on a Mac.
Any ideas what I am doing wrong would be great.
Thanks a lot.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该安装 ffmpeg : http://ffmpeg.org/download.html
You should install ffmpeg : http://ffmpeg.org/download.html