ffmpegX从视频中提取帧(ffmpegX extract frames from video)

编程入门 行业动态 更新时间:2024-10-28 21:16:56
ffmpegX从视频中提取帧(ffmpegX extract frames from video)

我找到了这个教程:

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.

最满意答案

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

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

更多推荐

本文发布于:2023-04-27 12:15:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1327096.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:视频   ffmpegX   extract   video   frames

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!