Filename extension |
.smil |
---|---|
Internet media type |
application/smil+xml |
Developed by | World Wide Web Consortium |
Type of format | Markup language |
Standard | |
Open format? | Yes |
Synchronized Multimedia Integration Language | |
![]() SVG with an animated refraction effect using SMIL and SVG filter effects | |
Abbreviation | SMIL |
---|---|
Native name | Synchronized Multimedia Integration Language |
Latest version | SMIL 3.0 December 1, 2008 |
Organization | W3C |
Committee | SYMM Working Group |
Editors | Editors
|
Base standards | XML, SVG |
Domain | Multimedia |
Website | www |
Synchronized Multimedia Integration Language (SMIL (/smaɪl/)) is a World Wide Web Consortium recommended Extensible Markup Language (XML) markup language to describe multimedia presentations. It defines markup for timing, layout, animations, visual transitions, and media embedding, among other things. SMIL allows presenting media items such as text, images, video, audio, links to other SMIL presentations, and files from multiple web servers. SMIL markup is written in XML, and has similarities to HTML.
SMIL allows the creation of interactive multimedia presentations. The latest version, SMIL 3.0, was recommended in December 2008. SMIL has gone through several versions since its inception in 1998, with each version improving its capabilities and features. SMIL is used in various applications, such as multimedia messaging on mobile phones, digital signage, and advanced content in the discontinued HD DVD format. Numerous authoring and rendering tools are available for creating SMIL content. SMIL can also be combined with other XML-based standards like SVG, RSS, VoiceXML, MusicXML, and TEI. While most web browsers natively support SMIL, Microsoft browsers do not, and the future of SMIL support in Google Chrome is uncertain. Playback of SMIL content can be achieved through various software and hardware media players.
As of 2008[update], the W3C Recommendation for SMIL is SMIL 3.0.
SMIL 1.0 became a W3C Recommendation on 15 June 1998.[1][5]
SMIL 2.0 became a W3C Recommendation on 9 August 2001.[6] SMIL 2.0 introduced a modular language structure that facilitated integration of SMIL semantics into other XML-based languages. Basic animation and timing modules were integrated into Scalable Vector Graphics (SVG) and the SMIL modules formed a basis for Timed-Text. The modular structure made it possible to define the standard SMIL language profile and the XHTML+SMIL language profile with common syntax and standard semantics.
SMIL 2.1 became a W3C Recommendation on 13 December 2005.[3][7] n SMIL 2.1 includes a small number of extensions based on practical experience gathered using SMIL in the Multimedia Messaging System on mobile phones.
SMIL 3.0 became a W3C Recommendation in December 2008.[4] It was first submitted as a W3C Working draft on December 21, 2006.[8] The last draft revision was released on October 6, 2008.[9][10]
Authoring and rendering tools for smilText and SMIL 3.0 PanZoom functionality:
Demos
A SMIL document is similar in structure to an HTML document in that they are typically divided between an optional <head>
section and a required <body>
section. The <head>
section contains layout and metadata information. The <body>
section contains the timing information, and is generally composed of combinations of three main tags—sequential ("<seq>
", simple playlists), parallel ("<par>
", multi-zone/multi-layer playback) and exclusive ("<excl>
", event-triggered interrupts). SMIL refers to media objects by URLs, allowing them to be shared between presentations and stored on different servers for load balancing. The language can also associate different media objects with different bandwidth requirements.
For playback scheduling, SMIL supports ISO-8601 wallclock()
date/time specification to define begin/end events for playlists.
SMIL files take either a .smi
or .smil
file extension. However, SAMI files and Macintosh self mounting images also use .smi
, which creates some ambiguity at first glance. As a result, SMIL files commonly use the .smil
file extension to avoid confusion.
SMIL was created during a time when structured data using XML was very popular and during a time when Internet Explorer was very popular. Thus "combining" SMIL with other markup languages was considered one of the best current practices of the day.
See also: SVG animation § SVG animation using SMIL |
SMIL is one of three means by which SVG animation can be achieved (the others being JavaScript and CSS animations).
While RSS and Atom are web syndication methods, with the former being more popular as a syndication method for podcasts, SMIL is potentially useful as a script or playlist that can tie sequential pieces of multimedia together and can then be syndicated through RSS or Atom.[11][12] In addition, the combination of multimedia-laden .smil files with RSS or Atom syndication would be useful for accessibility to audio-enabled podcasts by the deaf through Timed Text closed captions,[13] and can also turn multimedia into hypermedia that can be hyperlinked to other linkable audio and video multimedia.[14]
VoiceXML can be combined with SMIL to provide a sequential reading of several pre-provided pages or slides in a voice browser, while combining SMIL with MusicXML would allow for the creation of infinitely-recombinable sequences of music sheets. Combining SMIL+VoiceXML or SMIL+MusicXML with RSS or Atom could be useful in the creation of an audible pseudo-podcast with embedded hyperlinks, while combining SMIL+SVG with VoiceXML and/or MusicXML would be useful in the creation of an automatically audio-enabled vector graphics animation with embedded hyperlinks.
SMIL is anticipated for use within Text Encoding Initiative (TEI) documents.[15][16]
SMIL is being implemented on handheld and mobile devices and has also spawned [17] the Multimedia Messaging Service (MMS) which is a video and picture equivalent of Short Message Service (SMS).
SMIL is also one of the underlying technologies used for "Advanced Content" in the (discontinued) HD DVD format for adding interactive content (menus etc.).
The field of Digital Signage is embracing SMIL as a means of controlling dynamic advertising in public areas.[18][19]
Most commonly used web browsers have native support for SMIL, but it has not been implemented in Microsoft browsers. It was to be deprecated in Google Chrome,[20] but it has now been decided to suspend that intent until alternatives are sufficiently developed.[21] Other software that implement SMIL playback include:
Media player boxes based on dedicated 1080p decoder chips such as the Sigma Designs 8634 processor are getting SMIL players embedded in them.
A SMIL file must be embedded, then opened using a plug-in such as Apple's QuickTime or Microsoft's Windows Media Player, to be viewed by a browser that doesn't support SMIL.