This filter allows the automated creation of MP4 sources for HTML5 <audio>
and <video>
elements.
This is particularly useful if some users are using atto_recordrtc because most browsers create ogg
files for audio and webm
files for video, which are not playable in Safari.
This plugin then checks for the existence of an mp4
source in the same file area and provides it automatically if it exists. In the case the mp4
source does not exist, it is created via a scheduled task.
A working ffmpeg
installation, and the correct path to be set in the plugin settings.
In Debian-like GNU/Linux environments, ffmpeg
can be installed by issuing the following command:
apt-get install ffmpeg
You need to at least:
ffmpeg
(see above),pathtoffmpeg
in the plugin settings.Optionnally you can:
Hints:
Please report issues on https://github.com/ndunand/moodle-filter_html5avtomp4/issues.