如何从电影中创建动画 .gif?

发布于 2024-09-18 06:27:10 字数 103 浏览 7 评论 0原文

如何从我拥有的电影中创建动画 .gif 文件? 我想在 Objective-C 和 cocoa 中,通过使用 QTKit 从电影中提取图像非常简单,现在我如何将它们粘合在一起作为动画 gif?

How can I create an animated .gif file from a movie I have?
I guess it is pretty simple in objective-C and cocoa, by using the QTKit, to extract images from a movie, now how can I glue them together as an animated gif?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

冷弦 2024-09-25 06:27:10

我认为 OS X 中没有内置任何用于创建动画 GIF 的东西。最好的选择是查看 gifsicle 项目。您可以通过命令行调用它,或者在您的许可证允许的情况下借用代码。 (它是 GPL)

http://www.lcdf.org/gifsicle/

I don't think there's anything built into OS X for creating animated GIFs. Your best bet would be to look at the gifsicle project. You could either call it via command-line, or borrow the code if your license allows it. (it's GPL)

http://www.lcdf.org/gifsicle/

心房的律动 2024-09-25 06:27:10

对于此任务(以及其他类型的图像处理),有一个非常好的库(即使“旧”): libgd 。它似乎内置于 Mac OS X 中,或者可以通过 MacPorts 轻松安装。这里有一些文档关于从单个图像创建动画GIF。

There is a pretty good lib (even if 'old') for this task (and other kinds of image processing): libgd. It appears it is built into Mac OS X or easly installable through MacPorts. Here some doc about animated GIF creation from single images.

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