博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Including QuickTime Movies In A Web Page
阅读量:6968 次
发布时间:2019-06-27

本文共 2993 字,大约阅读时间需要 9 分钟。

Including QuickTime Movies In A Web Page

Now that you've finished compressing your movie, you can deploy it to the web.

QuickTime movies can be included in a web page allowing visitors to your website to experience media seamlessly inside their browser. This is accomplished by adding some HTML to your web page that tells the QuickTime browser plug-in to display the media. See the  to learn more.

Specifying Multiple Movie Targets using Reference Movies

If you have more than one target, you should compress your movie more than once. Compressing multiple versions of a movie takes time, and posting multiple versions uses disk space. But it makes a better experience for your users. If you can spend the time and have the space, compress different versions and target them using what is called a reference movie.

A reference movie contains pointers to alternate data rate movies--that is, multiple versions of the movie designed for downloading at various data rates. These alternate data rate movies do not typically all reside in the same reference movie file (although you may optionally "flatten" any of these movies into the reference movie so that they are all contained within the same file); any others are included by reference only.

For example, a QuickTime movie can contain a list of references to movies having different data rates, allowing an application to choose the best-looking movie that can play smoothly as it downloads over the Internet, based on the user’s connection speed.

Here's an example: to target iPod Touch and iPhone over EDGE/Wi-Fi you could create two versions of your movie with different data rates as shown in Table 10 and then create a reference movie that targets them based on connection speed:

Table 10  Creating Multiple Versions of a Movie to target iPod Touch and iPhone over EDGE/Wi-Fi.

Movie Size

Device

Total Bit Rate

400 X 225

iPhone/iPod Touch over Wi-Fi

714kb

400 X 225

iPhone over EDGE

112kb

You can use the  tool to create a reference movie.

See the  to learn how to use the MakeRefMovie tool to create a reference movie.

The alternative is to optimize compression for one delivery medium at the expense of the others; you can compress for delivery over a slow connection, for example, with lower quality than you could provide to people with faster connections, and let people with slower connections wait a bit longer to see the movie. Some people would rather wait however long it takes to get the best-quality movie, so if you use alternate movies, you might want to include a way for people to download the high-bandwidth version, regardless of their connection speed.

For example, when targeting Apple TV you can provide a separate download to allow users to get the high bandwidth version of your movie as shown here:

Table 11  Movie Download for Apple TV.

Movie Size

Device

Total Bit Rate

1280 X 720

Apple TV HD

5Mb

Here's the download for iPod:

Table 12  Movie Download for iPod.

Movie Size

Device

Total Bit Rate

640 X 480

iPod

1.5 MB

 

转载地址:http://tzssl.baihongyu.com/

你可能感兴趣的文章
进制转换—Visual Basic
查看>>
第二十四周项目4-猴子选大王(约瑟夫问题)
查看>>
【转】深入浅出JavaScript之闭包(Closure)
查看>>
【算法学习笔记】76.DFS 回溯检测 SJTU OJ 1229 mine
查看>>
如何计算团队贡献
查看>>
Java Socket通信读取相关信息代码
查看>>
WebService三大基本元素 SOAP WSDL UDDI
查看>>
intelliJ idea运行新的test功能时,报错:class not found "....." empty test suite
查看>>
3.使用Maven构建Web项目
查看>>
Eclipse常用设置
查看>>
原生css3作响应式布局
查看>>
.net 中对于ToString的使用
查看>>
cygwin 安装apt-cyg命令
查看>>
linux fdisk
查看>>
HDU4625 JZPTREE——第二类斯特林数
查看>>
linux 排查page的状态问题
查看>>
初学者对编译原理是什么,作用,优点,
查看>>
Codeforces 556D - Case of Fugitive
查看>>
Codeforces 932D - Tree
查看>>
BZOJ 1010: [HNOI2008]玩具装箱toy
查看>>