Difference between revisions of "Quicktime"

From PanoTools.org Wiki
Jump to navigation Jump to search
m (case)
(→‎Helpful links: broken links)
(11 intermediate revisions by 5 users not shown)
Line 1: Line 1:
'''QuickTime''' can refer to different things:
+
{{Glossary|Apple's multimedia technologie.}}'''QuickTime''' can refer to different things:
  
 
* A software tool for viewing and editing multimedia content such as movies and immersive panoramas
 
* A software tool for viewing and editing multimedia content such as movies and immersive panoramas
Line 7: Line 7:
 
* '''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.
 
* '''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.
+
[http://www.apple.com/quicktime/Quicktime Apple's Quicktime], available for MacOS 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].
+
The QuickTime Player is part of MacOS X. The Windows version is no longer supported by Apple. [https://support.apple.com/kb/DL837?locale=de_DE&viewlocale=en_US]
  
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]
+
== Helpful links ==
 +
 
 +
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:Windows]]
 
[[Category:Software:Platform:Mac OS X]]
 
[[Category:Software:Platform:Mac OS X]]
 +
[[Category:Glossary]]

Revision as of 17:18, 6 November 2018

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 MacOS 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.

The QuickTime Player is part of MacOS X. The Windows version is no longer supported by Apple. [1]

Helpful links

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