Difference between revisions of "Quicktime"

From PanoTools.org Wiki
Jump to navigation Jump to search
 
m (deblank)
(14 intermediate revisions by 6 users not shown)
Line 1: Line 1:
Apple's [http://www.apple.com/quicktime/ Quicktime], available for Macintosh and Windows, has been a pioneer in VR and still is one of the best performers. Quicktime is distributed at no cost and payment is only required if you want to use editing functions. Unfortunately under Windows Quicktime seems to remind the user of the need to upgrade every time it is started and some Windows users (particularly the majority who does not need Quicktime editing functinality) find it a nuisance. As many Apple products, Quicktime is probably technologically ahead of most other competitors but lacks the installed user base.
+
{{Glossary|Apple's multimedia technologie.}}'''QuickTime''' can refer to different things:
  
Can anybody post here a javascript to find out if Quicktime is installed on the client?
+
* A software tool for viewing and editing multimedia content such as movies and immersive panoramas
 +
 
 +
* A file format for distributing multimedia content. '''QuickTime''' files typically have a ''.mov'' file extension. If you can't see file extensions, you may want to [[enable windows file extensions]] as you will have great difficulty editing and manipulating image files otherwise.
 +
 
 +
* '''QuickTime Virtual Reality''' [[QTVR]], an extension to the '''QuickTime''' file format that embeds immersive panoramas as [[JPEG]] encoded [[Cubic Projection|cubic]] or [[Cylindrical Projection|cylindrical]] panoramas.
 +
 
 +
[http://www.apple.com/quicktime/Quicktime Apple's Quicktime], available for Macintosh and Windows, has been a pioneer in VR and still is one of the best performers. '''Quicktime''' is distributed at no cost and payment is only required if you want to use editing functions. Unfortunately, under Windows, '''Quicktime''' reminds the user of the need to upgrade to the Professional Version the first time it is run after a reboot. Some Windows users (particularly the majority who do not need '''Quicktime''''s editing functionality) find it a nuisance. As many Apple products, '''Quicktime''' is probably technologically ahead of most other competitors, but lacks the installed user base and third party software.
 +
 
 +
See Apple's site for [http://developer.apple.com/documentation/QuickTime/Conceptual/QTScripting_JavaScript/QTScripting_JavaScri_Document/chapter_1000_section_2.html QuickTime detection via JavaScript] and another article on O'Reilly Network about [http://www.oreillynet.com/pub/a/javascript/2001/07/20/plugin_detection.html Plug-In Detection with JavaScript].
 +
 
 +
A download link to the standalone version of Quicktime Player (Win and Mac). [http://www.apple.com/quicktime/download/standalone.html here]
 +
 
 +
== Helpful links ==
 +
 
 +
Although '''QuickTime''' is only available for Mac and Windows platforms, on Linux the Windows version can be [http://www.frankscorner.org/index.php?p=qt651 installed via wine]
 +
 
 +
A description how to embed a QuickTime into a webpage and a description of all parameters can be found [http://www.apple.com/quicktime/tutorials/embed.html here]
 +
 
 +
The inclusion of QuickTime into Powerpoint is covered in the tutorial [[Embed QTVR into Powerpoint]]
 +
 
 +
Web standards compliant Javascript detect and embed with [http://blog.deconcept.com/2005/01/26/web-standards-compliant-javascript-quicktime-detect-and-embed/ QT Object]
 +
 
 +
[[Category:Software:Platform:Windows]]
 +
[[Category:Software:Platform:Mac OS X]]
 +
[[Category:Glossary]]

Revision as of 21:16, 18 November 2007

QuickTime can refer to different things:

  • A software tool for viewing and editing multimedia content such as movies and immersive panoramas
  • A file format for distributing multimedia content. QuickTime files typically have a .mov file extension. If you can't see file extensions, you may want to enable windows file extensions as you will have great difficulty editing and manipulating image files otherwise.
  • QuickTime Virtual Reality QTVR, an extension to the QuickTime file format that embeds immersive panoramas as JPEG encoded cubic or cylindrical panoramas.

Apple's Quicktime, available for Macintosh and Windows, has been a pioneer in VR and still is one of the best performers. Quicktime is distributed at no cost and payment is only required if you want to use editing functions. Unfortunately, under Windows, Quicktime reminds the user of the need to upgrade to the Professional Version the first time it is run after a reboot. Some Windows users (particularly the majority who do not need Quicktime's editing functionality) find it a nuisance. As many Apple products, Quicktime is probably technologically ahead of most other competitors, but lacks the installed user base and third party software.

See Apple's site for QuickTime detection via JavaScript and another article on O'Reilly Network about Plug-In Detection with JavaScript.

A download link to the standalone version of Quicktime Player (Win and Mac). here

Helpful links

Although QuickTime is only available for Mac and Windows platforms, on Linux the Windows version can be installed via wine

A description how to embed a QuickTime into a webpage and a description of all parameters can be found here

The inclusion of QuickTime into Powerpoint is covered in the tutorial Embed QTVR into Powerpoint

Web standards compliant Javascript detect and embed with QT Object