Embedding Audio and Video

From SCI Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Embedding Audio


OGG

The following will embed an OGG file:

[[File:KQ4MT32DwarvesMine.ogg]]

The File attribute will accept extra parameters like "center" to place the player in the center of the page.

[[File:KQ4MT32DwarvesMine.ogg|center]]

 

File:KQ4 Dwarves Mine.ogg

KQ4 Dwarve's Mine

Embedding Video


mp4

For locally uploaded content the process for displaying it on a page is the same as an image. See the image syntax documentation on MediaWiki.org for complete reference on this feature.

This example would display a video in page using a HTML5 <video> tag.

[[File:Example.mp4]]

To specify the start and end timestamps in the media use the start and end parameters. The timestamp can be formatted as one of: ss, :ss, mm:ss, hh:mm:ss, or dd:hh:mm:ss.

[[File:Example.mp4|start=2|end=6]]

File:SeasonedPro.mp4


YouTube

{{#evt: service=youtube|id=https://www.youtube.com/watch?v=DXnp5KSK9JM}}

will yield:

The Colonel's Bequest out side of mansion


and

<youtube>https://www.youtube.com/watch?v=8a6OP9JWNxk</youtube>

will yield:

Space Quest II "Where am I?"


Also See