Hinweis: Sie sind auf den Seiten der Moodle 1.9 Dokumentation. Die Dokumentation der aktuellsten Moodle-Version finden Sie hier: Multimedia Plugins.

Multimedia Plugins: Unterschied zwischen den Versionen

Aus MoodleDocs
Wechseln zu:Navigation, Suche
(Die Seite wurde neu angelegt: {{Zum Übersetzen}} Siehe en:Multimedia plugins Category:Administrator Category:Filter en:Multimedia plugins)
 
(Moodle Audio ergänzenden Artikel angefangen)
Zeile 1: Zeile 1:
{{Zum Übersetzen}}
{{Zum Übersetzen}}
Siehe [[:en:Multimedia plugins]]
Der '''Multimedia-Plugin-Filter''' findet URL's von Multimedia Dateien innerhalb von Texten und ersetzt diese Verweise durch entsprechende Aufrufe von Multimedia-Playern mit diesem Dateinamen als Argument.
 
 
Aktivierung von Plugins - Zu finden unter: ''Website-Administration > Module > Filter > Filteraktivierung''
 
Mulitmedia-Plugin Einstellungen - Zu finden unter: ''Website-Administration > Module > Filter > Multimedia-Plugins''
 
 
== Unterstützte Mulitmediaformate ==
* .mp3 - MPEG Audio Stream, Layer III
* .swf - Macromedia Flash Format File (Adobe, Inc.)
* .mov - QuickTime Video Clip (Apple Computer, Inc.)
* .wmv - Windows Media File (Microsoft)
* .mpg - MPEG Animation
* .avi - Audio Video Interleave File
* .flv - Flash Video File (Macromedia, Inc.)
* .ram - RealMedia Metafile (RealNetworks, Inc.)
* .rpm - RealMedia Player Plug-in (RealNetworks)
* .rm - RealMedia Streaming Media (Real Networks, Inc.)
 
== Syntax ==
 
Insert the URL of the multimedia resource into your text (which can be the URL of a file in the course files area). When displayed a suitable player will be provided. Moodle detects the media type using the filename extension, so you should ensure that the file contents match the extension correctly.
 
For some file types, like Flash, you can size the plugin using an extended syntax:
 
<a href="somepath.swf?d=640x480">My link name</a>
 
where the first number is the width in pixels, and the second is the height.
 
== Softwarevoraussetzungen ==
 
Although Moodle prepares the media files to be played in the browser, the actual playback is handled by various types of browser plug-in software, primarily Adobe Flash, Quicktime, Windows Media Player and Real Player. If users do not have these installed they may be prompted to go and install them by their browser. These pieces of software are generally free, easily installed and widely used so this will only be an issue for small numbers of users.
 
== Plugin Einstellungen ==
Die Seite mit den Multimedia-Plugin Einstellungen kann über den Administrationsblock aufgerufen werden. Prior to version 1.7, this can be reach from ''Configuration > Filters > MultiMedia Plugins''.  In 1.7 it can be found via ''Administration > Modules > Filters > MultiMedia Plugins''. In 1.8 it can be found via:
''Notifications > Modules > Filters > MultiMedia Plugins > Settings''.
 
There is an individual setting to turn on or off each supported media type.  Note that by default all but the Flash (.swf) filter are enabled. As Flash files present a theoretical security risk, it is strongly recommended not to allow users to add flash content.
 
== Siehe auch ==
 
* [[Filters]]
* [[MP3 player]]
* [[Audio in Moodle]]
* [[Speech tools]]
 
Moodle Forums Diskussionen (engl.) zu diesem Thema:
* [http://moodle.org/mod/forum/discuss.php?d=37119 Multimedia plugin vs object embed]
* [http://moodle.org/mod/forum/discuss.php?d=29588 Size of embedded Flash]
* [http://moodle.org/mod/forum/discuss.php?d=89416&parent=394828 Linking to FLV video files]
* [http://moodle.org/mod/forum/discuss.php?d=90781 video streaming]
* [http://moodle.org/mod/forum/discuss.php?d=95174 Media filter does not work for rm files]
* [http://moodle.org/mod/forum/discuss.php?d=98698 swf filter security]
* [http://moodle.org/mod/forum/discuss.php?d=125619 How to upload a screen capture video to the Moodle?]
 


[[Category:Administrator]]
[[Category:Administrator]]
[[Category:Filter]]
[[Category:Filter]]
[[en:Multimedia plugins]]
[[en:Multimedia plugins]]

Version vom 12. Juli 2009, 16:32 Uhr

Baustelle.png Diese Seite ist noch nicht vollständig übersetzt.

Der Multimedia-Plugin-Filter findet URL's von Multimedia Dateien innerhalb von Texten und ersetzt diese Verweise durch entsprechende Aufrufe von Multimedia-Playern mit diesem Dateinamen als Argument.


Aktivierung von Plugins - Zu finden unter: Website-Administration > Module > Filter > Filteraktivierung

Mulitmedia-Plugin Einstellungen - Zu finden unter: Website-Administration > Module > Filter > Multimedia-Plugins


Unterstützte Mulitmediaformate

  • .mp3 - MPEG Audio Stream, Layer III
  • .swf - Macromedia Flash Format File (Adobe, Inc.)
  • .mov - QuickTime Video Clip (Apple Computer, Inc.)
  • .wmv - Windows Media File (Microsoft)
  • .mpg - MPEG Animation
  • .avi - Audio Video Interleave File
  • .flv - Flash Video File (Macromedia, Inc.)
  • .ram - RealMedia Metafile (RealNetworks, Inc.)
  • .rpm - RealMedia Player Plug-in (RealNetworks)
  • .rm - RealMedia Streaming Media (Real Networks, Inc.)

Syntax

Insert the URL of the multimedia resource into your text (which can be the URL of a file in the course files area). When displayed a suitable player will be provided. Moodle detects the media type using the filename extension, so you should ensure that the file contents match the extension correctly.

For some file types, like Flash, you can size the plugin using an extended syntax:

<a href="somepath.swf?d=640x480">My link name</a>

where the first number is the width in pixels, and the second is the height.

Softwarevoraussetzungen

Although Moodle prepares the media files to be played in the browser, the actual playback is handled by various types of browser plug-in software, primarily Adobe Flash, Quicktime, Windows Media Player and Real Player. If users do not have these installed they may be prompted to go and install them by their browser. These pieces of software are generally free, easily installed and widely used so this will only be an issue for small numbers of users.

Plugin Einstellungen

Die Seite mit den Multimedia-Plugin Einstellungen kann über den Administrationsblock aufgerufen werden. Prior to version 1.7, this can be reach from Configuration > Filters > MultiMedia Plugins. In 1.7 it can be found via Administration > Modules > Filters > MultiMedia Plugins. In 1.8 it can be found via: Notifications > Modules > Filters > MultiMedia Plugins > Settings.

There is an individual setting to turn on or off each supported media type. Note that by default all but the Flash (.swf) filter are enabled. As Flash files present a theoretical security risk, it is strongly recommended not to allow users to add flash content.

Siehe auch

Moodle Forums Diskussionen (engl.) zu diesem Thema: