To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Continuous Media Markup Language

From Wikipedia, the free encyclopedia

Continuous Media Markup Language (CMML) is to audio or video what HTML is to text.[1] CMML is essentially a timed text codec. It allows file creators to structure a time-continuously sampled data file by dividing it into temporal sections (also called clips), and provides these clips with some additional information. This information is HTML-like and is essentially a textual representation of the audio or video file. CMML enables textual searches on these otherwise binary files.[2]

CMML is appropriate for use with all Ogg media formats, to provide subtitles and timed metadata.

CMML is deprecated; Xiph.Org Foundation recommends use Kate instead.

YouTube Encyclopedic

  • 1/3
    Views:
    5 813
    14 446
    19 895
  • Intro to HTML and CSS - Creating the Project
  • Web Hooks and the Programmable World of Tomorrow
  • Lecture - 36 Streaming Multimedia Applications

Transcription

Example of CMML Content

<cmml>
  <stream timebase="0">
    <import src="galaxies.ogv" contenttype="video/ogg"/>
  </stream>
  <head>
    <title>Hidden Galaxies</title>
    <meta name="author" content="CSIRO"/>
  </head>
  <clip id="findingGalaxies" start="15">
    <a href="http://www.aao.gov.au/galaxies.anx#radio">
      Related video on detection of galaxies
    </a>
    <img src="galaxy.jpg"/>
    <desc>What's out there?</desc>
    <meta name="KEYWORDS" content="Radio Telescope"/>
  </clip>
</cmml>

References

  1. ^ "Firefox gets multimedia plugin". ZDNET. Retrieved 2024-02-12.
  2. ^ "mime application/annodex". mimeapplication.net. Retrieved 2024-02-12.

External links

This page was last edited on 12 February 2024, at 18:50
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.