Difference between revisions of "Embedding Audio and Video"
(→Flash) |
(→Flash) |
||
Line 24: | Line 24: | ||
[[Image:Camelot.flv]] | [[Image:Camelot.flv]] | ||
+ | |||
+ | <flv title="Foo Bar Baz" base="http://sierrahelp.com/Assets/Movies/"> | ||
+ | Camelot.flv|First things first | ||
+ | second.flv|Second to none | ||
+ | third.flv|Third time's a charm | ||
+ | </flv> | ||
Revision as of 02:34, 8 August 2013
Embedding Audio
OGG
To be done.
Embedding Video
OGV
Theora (OGV and OGG) is a Xiph.Org's (Vorbis audio format and the OGG container) free lossy video compression format, distributed without licensing fees. Videos can be encoded to Theora with the free MiniCoder batch encoder. The following code can be used to embed an OGV video. It uses the same code as images. The "thumbtime=" specifies what video frame to use for the thumbnail image.
[[File:SeasonedPro.ogv|thumb|thumbtime=0:02|320px|center|<div align="center">1990 Christmas Card - The Seasoned Pro (256 colors)</div>]]
File:SeasonedPro.ogv
Problems Playing this file?
{{Embedding Audio and Video}}
Flash
<flv title="Foo Bar Baz" base="http://sierrahelp.com/Assets/Movies/"> Camelot.flv|First things first second.flv|Second to none third.flv|Third time's a charm </flv>
The following code can be used to embed a Flash video.
<oflash file="http://sierrahelp.com/Assets/Movies/Camelot.flv" width="640" height="480" />
will give:
<oflash file="http://sierrahelp.com/Assets/Movies/Camelot.flv" width="640" height="480" />