Diff: Help/VideoPlugin
Differences between current version and predecessor to the previous major change of Help/VideoPlugin.
Other diffs: Previous Revision, Previous Author
Newer page: | version 3 | Last edited on 17 January 2022 3:00 | by harold | |
Older page: | version 2 | Last edited on 22 May 2014 3:01 | by harold | Revert |
@@ -1,8 +1,11 @@
The **~Video** [[Help:WikiPlugin|plugin]] allows to include video in a wiki page.
-Video file must be encoded in FLV
format.
+Video file must be an HTML 5
format:
+* [[WikiPedia:Ogg|Ogg]] (##.ogg## suffix),
+* [[WikiPedia:MP4|MP4]] (##.mp4## suffix),
+* [[WikiPedia:WebM|WebM]] (##.webm## suffix)
.
-The Video plugin can also be called with the ~{~{video.flv
~}~} syntax.
+The Video plugin can also be called with the ~{~{video.ogg
~}~} syntax.
== Arguments ==
Use only one of ##url## or ##file## arguments at a time.
@@ -29,39 +32,45 @@
| The height of the video (in pixels).
| 320
|-
| **autoplay**
-| Auto
play the video when page is displayed.
+| Boolean. If true, auto
play the video when page is displayed.
| false
|}
-== Example
==
+== Examples
==
A video:
{{{
-<<Video url=http://a.video.server/a_video.flv
>>
+<<Video url=http://a.video.server/a_video.ogg
>>
}}}
Another video:
{{{
-<<Video file=another_video.flv
>>
+<<Video file=another_video.ogg
>>
}}}
This is equivalent to:
{{{
-{{another_video.flv
}}
+{{another_video.ogg
}}
}}}
+
+=== Big Buck Bunny ===
+
+{{{
+{{https://wiki.yoctoproject.org/wiki/images/a/a6/Big-buck-bunny_trailer.webm}}
+}}}
+{{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 ==
* [[Help:Images]]
-* [[Help:Adobe Flash]]
* [[Help:Wikicreole]]
<noinclude>
----
[[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
</noinclude>
current version
The Video plugin allows to include video in a wiki page.
Video file must be an HTML 5 format:
The Video plugin can also be called with the {{video.ogg}} syntax.
Arguments
Use only one of url or file arguments at a time.
Argument |
Description |
Default value |
---|---|---|
url |
The url of a video file. |
none |
file |
The name of a video file that has been uploaded. |
none |
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