使用石英作曲家创建延时视频

发布于 2024-12-14 17:26:28 字数 401 浏览 4 评论 0原文

假设我有 1000 张延迟 1 秒拍摄的照片。

  1. 是否可以使用石英作曲家从这些图片创建视频?

  2. 在第二步中,我想根据给定图片的当前时间向视频流添加标签,以便您可以在观看视频时看到时间过得如何。

  3. 在第三步中,我认为拥有像动画模拟时钟这样的东西来显示时间而不是标签会非常酷。

    时钟 http://www.thepropheticartist.com/images/animated_clock.gif

  4. 没有第四步:-)

Hy there let's say I have 1000 pictures which were taken with a delay of 1 second.

  1. Is it possible to create a video from these pictures using quartz composer?

  2. In a second step I would like to add labels to the video stream depending on the current time of the given picture so that you can see how time flies by while watching the video.

  3. In a third step I think it would be very cool to have something like an animated analogue clock that displays the time instead of a label.

    clock http://www.thepropheticartist.com/images/animated_clock.gif

  4. There is no fourth step :-)

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

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

发布评论

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

评论(1

酒浓于脸红 2024-12-21 17:26:35
  1. 不,目前无法使用 Quartz Composer 将单独的图片组合成 QuickTime 影片。 Apple 确实提供了将单个图像写入磁盘的示例代码,因此目前您最多可以加载图像、处理它,然后将图像写入磁盘。

  2. 使用系统时间日期格式化程序带字符串的图像Billboard补丁。

  3. /Developer/Library/Quartz Composer/Examples/Patches/ 中,有 Clock.qtz,它呈现模拟时钟。

  4. 没有评论。

  1. No, there's currently no way to combine individual pictures into a QuickTime movie using Quartz Composer. Apple does provide example code for writing individual images to disk, so currently at best you could load an image, process it, and write an image to disk.

  2. Use the System Time, Date Formatter, Image With String, and Billboard patches.

  3. In /Developer/Library/Quartz Composer/Examples/Patches/, there's Clock.qtz, which renders an analog clock.

  4. No comment.

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