0

I know this has probably been answered before but I couldn't find an answer

We have a client that is currently selling video DVDs with dance classes. He wants to convert it to an App for obvious reasons.

The DVD has 90 minutes of video (divided in 8 chapters) so we estimated that it would be around 1.6GB of size. I'd like to know best practices for this.

We would like to download the 8 videos embedded in the App to avoid the user having to download chapters once they open the App (and to avoid hosting fees).

We are targeting iOS 6 because most of his customers have the latests iOS devices. We don't want to stream the video, it should play locally for different reasons.

Is 1.6GB too much for an App? Any suggestions for this scenario? Thanks in advance

4

3 回答 3

4

(iOS only) App Size Tips

iOS apps can be as large as 2 GB, but consider download times when determining your app’s size. Minimize the file’s size as much as possible, keeping in mind that there is a 50 MB limit for over-the-air downloads.

于 2013-05-27T14:57:13.070 回答
1

太大了,我觉得。就我个人而言,我会让这些章节可下载,并且可能为任何想要一次性获得所有视频的人提供“全部下载”选项。

使其模块化(即应用程序和内容分离)也应该更容易在需要时添加内容或更新应用程序。

于 2013-05-27T15:00:17.167 回答
0

为什么不包括第一章并为其余章节构建一个下载选项?两全其美。不要忘记您可以重新编码视频以减小大小。如果是 DVD 翻录,您最多只能获得 480p 版本。玩弄比特率以找到可接受的大小文件。

于 2013-05-31T12:59:48.473 回答