ffmpegX 从视频中提取帧

发布于 2024-10-17 13:27:27 字数 556 浏览 2 评论 0原文

我找到了这个教程:

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

流云如水 2024-10-24 13:27:27

您应该安装 ffmpeg : http://ffmpeg.org/download.html

You should install ffmpeg : http://ffmpeg.org/download.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文