开发者

ffmpegX extract frames from video

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开发者_如何学JAVA great.

Thanks a lot.


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜