Video
This module allows users to submit videos to a drupal site.
Drupal 5.0 users: video module development version already works with Drupal 5.0.
5.x-dev version released after middle February 2008 are intended for development testing only. Do not use them on production environments until we get to a stable version.
Videos are embedded into html pages and can also be downloaded.
Key features:
- Multiple video types:
- mov, mp4, 3gp, 3g2 (handled by Quicktime Player)
- rm (handled by Real Player)
- flv (handled by FlowPlayer)
- swf (handled by Macromedia Flash Player)
- dir, dcr (handled by Macromedia Shockwave Player)
- wmv (handled by Windows Media Player)
- ogg theora (handled by Cortado Java Applet)
- Youtube Videos
- Google Videos
- XHTML Compliance: all the xhtml code generated by the module is W3 validated.
- Video Feed: provide a feed usable with video aggregators (eg democracy player, itunes).
- Plugin system: all video module advanced features are implemented in helpers modules.
- Access control: video module permits a deep access control to all the implemented features.
- Uploads: with the video_upload plugin users are able to upload videos from they browsers.
- Thumbnails: with the video_image plugin users are able to attach screenshots of their videos from the browser.
- Multiple file download: with the video_multidownload plugin users are able to associate more than one video. Then a selection is displayed.
- Custom Fields: with the video_customfields plugin users are able to add custom fields to their videos.
- Optional Meta Data: with the video_optmetadata plugin users are able submit metadata informations to their videos (metadata are video bitrate, audio bitrate, audio sampling rate, audio channels).
- HTML params: with the video_params plugin users are able to add html params to their videos. Really useful for swf videos.
- Extensible implementation: basing on the video module core adding new feature and options is easy and immediate.
Features available on the next video module for Drupal 5.0:
Postgresql support
Views module support
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 4.7.x-1.0 | 2006-Nov-12 | 42.53 KB | Download · Release notes | Recommended for 4.7.x | |
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 5.x-1.x-dev | 2008-Apr-09 | 74.48 KB | Download · Release notes | Development snapshot | |
| 4.7.x-1.x-dev | 2007-Apr-18 | 43.81 KB | Download · Release notes | Development snapshot | |
