Note: You are currently viewing documentation for Moodle 3.6. Up-to-date documentation for the latest stable version of Moodle is likely available here: Videofile.

Videofile: Difference between revisions

From MoodleDocs
m (added links to wikipedia pages and tidy up)
Line 1: Line 1:
Videofile is a Moodle 2.5+ resource plugin intended to provide teachers with easy handling of cross-browser compatible videos using Video.js.
Videofile is a Moodle 2.5+ resource plugin intended to provide teachers with easy handling of cross-browser compatible videos using [http://www.videojs.com/ Video.js].


In most cases it should be enough to add .mp4 video files which will then play in an html5 player on most browsers and in a flash player in older browsers.
==Use==
In most cases it should be enough to add [http://en.wikipedia.org/wiki/Mp4 .mp4] video files, which will then play in an [http://en.wikipedia.org/wiki/HTML5 html5] player on most browsers and in a flash player in older browsers.


Videofile and Video.js also supports WebVTT captions as well as a poster image that displays before the video is started.
==Captions==
Videofile and Video.js also support [http://en.wikipedia.org/wiki/WebVTT WebVTT] captions. You can add several files in order to provide multilingual captions.
The file names, without extensions, will be used for the video caption option titles.
If the files are named according to [http://en.wikipedia.org/wiki/List_of_ISO_639-2_codes ISO 6392] (e.g. eng.vtt and swe.vtt) the options will be shown as the corresponding full language names according to the user's language preferences (e.g. English and Swedish, assuming the user's preferred language is set to English).


==Poster image==
Videofile and Video.js also support a poster image that displays before the video is started.
==Download==
You can download this add-on from https://moodle.org/plugins/pluginversions.php?plugin=mod_videofile
You can download this add-on from https://moodle.org/plugins/pluginversions.php?plugin=mod_videofile



Revision as of 18:39, 27 August 2013

Videofile is a Moodle 2.5+ resource plugin intended to provide teachers with easy handling of cross-browser compatible videos using Video.js.

Use

In most cases it should be enough to add .mp4 video files, which will then play in an html5 player on most browsers and in a flash player in older browsers.

Captions

Videofile and Video.js also support WebVTT captions. You can add several files in order to provide multilingual captions. The file names, without extensions, will be used for the video caption option titles. If the files are named according to ISO 6392 (e.g. eng.vtt and swe.vtt) the options will be shown as the corresponding full language names according to the user's language preferences (e.g. English and Swedish, assuming the user's preferred language is set to English).

Poster image

Videofile and Video.js also support a poster image that displays before the video is started.

Download

You can download this add-on from https://moodle.org/plugins/pluginversions.php?plugin=mod_videofile