Help/VideoPlugin

The Video plugin allows to include video in a wiki page. Video file must be in an HTML 5 format:

  • Ogg (.ogg suffix),
  • MP4 (.mp4 suffix),
  • WebM (.webm suffix).

The Video plugin can also be called with the {{video.ogg}} syntax.

Arguments

You must provide a url or a file argument (but not both).

Argument

Description

Default value

url

The URL of a video file.

empty

file

The name of a video file that has been uploaded.

empty

width

The width of the video (in pixels).

460

height

The height of the video (in pixels).

320

autoplay

Boolean. If true, auto play the video when page is displayed.

false

Examples

A video:

<<Video url=http://a.video.server/a_video.ogg>>

Another video:

<<Video file=another_video.ogg>>

This is equivalent to:

{{another_video.ogg}}

Big Buck Bunny

{{https://wiki.yoctoproject.org/wiki/images/a/a6/Big-buck-bunny_trailer.webm}}

Authors

  • Roger Guignard, Alcatel-Lucent
  • Marc-Etienne Vargenau, Alcatel-Lucent

See Also