在iPad中创建交互式视频 - 用于产品演示的应用程序 [英] Create interactive videos in iPad - An app for product demo

查看:155
本文介绍了在iPad中创建交互式视频 - 用于产品演示的应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想创建需要在iPad原生应用上运行的视频。该应用程序需要通过iPad显示产品演示。它也需要互动。我知道我们可以在Flash中执行这些操作,因为iPad不支持Flash我有哪些选择?

I would like to create videos that needs to run on an iPad native app. The app needs to show a demonstration of a product through iPad. It needs to be interactive as well. I know we can do these in Flash, since Flash is not supported in iPad what are my options?

我感谢任何指导或提示。提前谢谢

I appreciate any guidelines or hints. Thank you in advance

推荐答案

为iOS创建交互式视频的最简单方法是使用Apple的HTTP直播技术。你必须创建一个视频,嵌入元数据,使用 MPMoviePlayerController AVPlayerItem 播放,然后显示可点击区域以响应元数据通知。

The easiest way to create interactive videos for iOS is to use Apple's HTTP Live Streaming technology. You have to create a video, embed metadata, play it using MPMoviePlayerController or AVPlayerItem, and then display clickable areas in response to metadata notifications.

元数据应包含您要跟踪的元素的坐标,例如:连衣裙和产品的标识符。您可以使用可点击的子视图覆盖此信息,该子视图显示有关产品的更多信息。在iTunes中有几种​​此类应用,这里是 one

Metadata should contain coordinates for the element you are tracking, eg: a dress, and a identifier for the product. You overlay this info with a clickable subview that reveals more information about the product. There are several applications of this kind in iTunes, here is one.

一旦你获得了一个工作产品和几周的视频,最困难的部分是用尽可能少的人机交互来进行动作跟踪。一种方法是使用Adobe After Effects,另一种方法是基于OpenCV编写自己的解决方案。

Once you get a working product and weeks-time of videos, the most difficult part is to perform motion tracking with the less possible human interaction. One approach is to use Adobe After Effects, another is to code your own solution based on OpenCV.

这篇关于在iPad中创建交互式视频 - 用于产品演示的应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆