Table of Contents

Cues descriptor file format

MPlayer Module

Cues are moments in the video timeline where an action can be triggered.

The MPlayer module parses a Cue descirpion file as a flat text file with one cue information per line as follows.

A cue has four information:

In discussion

Experimentations are investigating in accepting a first additional information that would be:

In that perspective, cues may be provided as a single file for all clips and not as a clip per clip file.

Cues file sample

 00:12:00|http://my.moodle.com/mod/quiz/view?id=144|continue|mandatory
 00:24:00|http://my.moodle.com/mod/glossary/view?id=122|continue|optional

The file should be UTF-8 encoded.

Return to the flowplayer user guide