Note: You are currently viewing documentation for Moodle 3.2. Up-to-date documentation for the latest stable version of Moodle is probably available here: Media embedding.

Media embedding: Difference between revisions

From MoodleDocs
m (Add note on Videoeasy)
(updating)
Line 1: Line 1:
{{Working with media}}
{{Working with media}}
==Embedding audio and video==
Moodle makes embedding video and sound files very straightforward. Media (audio and video) may be added as a [[File resource]] or linked to as a [[URL]] resource and they will  also display in Moodle's text editor. Using the [[Atto editor]] provides extra options when uploading media files.
[[File:mp3 player.png|thumb|MP3 player]]
Audio and video may be embedded in a course in the following ways:


* As a [[File module settings|file resource]]  
See [[Video]] and [[Audio]] for instructions on how to embed video and sound files into the [[Atto editor]].
* As a [[URL module settings|URL resource]] with embed as the display option
* In a [[Lesson settings|lesson popup]]
* In any text area using the Moodle media button in the [[Text editor|text editor]] or simply by typing the URL of media file


The media file link is then replaced with an appropriate multimedia player which can play the resource.
The [[Multimedia plugins filter]] must be enabled and then specific players may be enabled or disabled from 'Manage media players' in Site administration.  


==Enabling media embedding==
The default player, [[VideoJS player]] supports
**(video) mov, .mp4, .m4v, .mpeg, .mpe, .mpg, .ogv, .webm, .flv, .f4v
**(audio) .mp3, .aac, .flac, .m4a, .oga, .ogg, .wav


To enable the embedding of media files, an admin must enable
Other available players are:


# Appropriate media players (see below)
# The [[Multimedia plugins filter]] - unless you only want to allow embedding in File, URL and Lesson modules.
==Site administration settings==
An administrator can enable selected media players in ''Administration> Site administration > Appearance > Media embedding''.
===Available players===
* YouTube (displays videos hosted on youtube)
* YouTube (displays videos hosted on youtube)
* Vimeo (displays videos hosted on vimeo)
* Vimeo (displays videos hosted on vimeo)
* .mp3 - MPEG Audio Stream, Layer III
*Flash animation (.swf)
* .flv - Flash video
*HTML 5 video
* .f4v - Flash video
*HTML 5 audio
* .swf - Macromedia Flash animation File (Adobe, Inc.)  
:'''Note:''' Only used in trusted texts as it has potential security issues
* .ogg - HTML 5 audio
* .acc - HTML 5 audio
* .mp3 - HTML 5 audio
* .webm - HTML 5 video
* .m4v - HTML 5 video
* .ogv  - HTML 5 video
 
===Other video players===
This is just a few links.  Feel free to edit and improve this
 
====About JW player====
#https://moodle.org/mod/forum/discuss.php?d=313308#p1254528
#Plugin: https://moodle.org/plugins/view/filter_jwplayer  Not responsive at the moment.  Code given here to enable thumbnails.
 
====Videoeasy====
A Plugin: https://moodle.org/plugins/view.php?id=1384
 
===Legacy media players===
The following legacy media player formats are also available but not recommended for general usage:
* .mov - QuickTime player (requires QuickTime player or [http://en.wikipedia.org/wiki/Codec codec])
* .mp4 - QuickTime player (requires QuickTime player or codec)
* .m4a - QuickTime player (requires QuickTime player or codec)
* .mpg - MPEG animation - QuickTime player (requires QuickTime player or codec)
* .wmv - Windows media player (Microsoft)-not guaranteed to work in browsers other than IE and non-Windows systems
* .avi - Windows media player - not guaranteed to work in browsers other than IE and non-Windows systems


==See also==
A default width and height for videos can be set by the administrator from the 'Manage media players' page. Teachers adding videos via the Moodle media button in the [[Atto editor]] may also specify a width and height.


* [[:dev:Media embedding]] developer documentation including information on how to change the size of the media player
* [[:dev:Media embedding]] developer documentation including information on how to change the size of the media player

Revision as of 11:00, 7 December 2016

Moodle makes embedding video and sound files very straightforward. Media (audio and video) may be added as a File resource or linked to as a URL resource and they will also display in Moodle's text editor. Using the Atto editor provides extra options when uploading media files.

See Video and Audio for instructions on how to embed video and sound files into the Atto editor.

The Multimedia plugins filter must be enabled and then specific players may be enabled or disabled from 'Manage media players' in Site administration.

The default player, VideoJS player supports

    • (video) mov, .mp4, .m4v, .mpeg, .mpe, .mpg, .ogv, .webm, .flv, .f4v
    • (audio) .mp3, .aac, .flac, .m4a, .oga, .ogg, .wav

Other available players are:

  • YouTube (displays videos hosted on youtube)
  • Vimeo (displays videos hosted on vimeo)
  • Flash animation (.swf)
  • HTML 5 video
  • HTML 5 audio

A default width and height for videos can be set by the administrator from the 'Manage media players' page. Teachers adding videos via the Moodle media button in the Atto editor may also specify a width and height.

  • dev:Media embedding developer documentation including information on how to change the size of the media player