apiclient.inc |
includes/apiclient.inc |
|
Some functions for using video hosting providers api (Youtube, Google Video, etc..)
Part of this code has been inspired by the video_cck module and adapted
for the video module by jyamada1 |
CHANGELOG.txt |
CHANGELOG.txt |
|
UPGRADING FROM DRUPAL 4.7 to CVS
--------------------------------
The upgrade process is automated by the video.install file, so
be sure you have the correct version of video.install to match
the version of video.module you intend to use. If you… |
common.inc |
includes/common.inc |
|
Add some common functions for the various video types supported |
FILE_TYPES.txt |
FILE_TYPES.txt |
|
FILE TYPE INFORMATIONS
--------------------------
Video.module for Drupal 4.7 supports multiple video formats.
.mov, .wmv, .asf, .rm, .3gp, .mp4, .swf, .dir, .dcr
These files type are supported out the box.
To play these file types you need to… |
hooks.php |
hooks.php |
|
|
INSTALL.txt |
INSTALL.txt |
|
REQUIREMENTS
------------------------------------
Optional:
Views support requires the Views module to be activated.
video_image module require image module to be activated.
INSTALL INSTRUCTIONS FOR… |
README.txt |
README.txt |
|
VIDEO MODULE
-----
This module add the possibility to create
video nodes which are containers to embed
videos into drupal pages.
For installation and upgrade instructions see INSTALL.txt
For information about supported file types see… |
README.txt |
plugins/video_ffmpeg_helper/README.txt |
|
FFMPEG Video.module helper
==========================
This helper module facilitates uploading new videos using the video module. It
features a batch processing queue for videos to be transcoded and automatic
thumbnail generation.
IMPORTANT: the… |
TODO.txt |
TODO.txt |
|
TODO LIST
---------
- Upload feature - http://drupal.org/node/26978
- Add mp4 support - http://drupal.org/node/26505
- Thumbnails - http://drupal.org/node/31784
- Work on XHTML compliance - http://drupal.org/node/30953
- Director/Flash (.dcr/.dir and… |
video.css |
video.css |
|
Contains css theming rules for video module and plugins |
video.info |
video.info |
|
name = Video
description = Allows video nodes.
package = "Video" |
video.install |
video.install |
|
|
video.module |
video.module |
|
Display video in Quicktime MOV, Realmedia RM, Flash FLV & SWF,
or Windows Media WMV formats. |
video_customfields.info |
plugins/video_customfields/video_customfields.info |
|
name = Video Custom Fields
description = Enable addition of custom fileds on video nodes created by video module.
dependencies = video
package = "Video" |
video_customfields.module |
plugins/video_customfields/video_customfields.module |
|
Enable addition of custom fileds on video nodes created by video module. |
video_ffmpeg_helper.info |
plugins/video_ffmpeg_helper/video_ffmpeg_helper.info |
|
name = Video ffmpeg Helper
description = Provide apis for ffmpeg. Simplify video nodes creation.
dependencies = video video_upload
package = "Video" |
video_ffmpeg_helper.install |
plugins/video_ffmpeg_helper/video_ffmpeg_helper.install |
|
Provide installation functions for video_ffmpeg_helper.module . |
video_ffmpeg_helper.module |
plugins/video_ffmpeg_helper/video_ffmpeg_helper.module |
|
Provide some api for use ffmpeg. Simplify video nodes creation. |
video_google.info |
types/video_google/video_google.info |
|
name = Google Video
description = Enable Google video support for Video module.
dependencies = video
package = "Video" |
video_google.module |
types/video_google/video_google.module |
|
Enable Google Video support for video module. |
video_image.info |
plugins/video_image/video_image.info |
|
name = Video Image
description = Enable thumbnails support for video module.
dependencies = image video
package = "Video" |
video_image.module |
plugins/video_image/video_image.module |
|
Enable image support for video module. |
video_multidownload.info |
plugins/video_multidownload/video_multidownload.info |
|
name = Video Multidownload
description = Enable multiple file download in video module.
dependencies = video
package = "Video" |
video_multidownload.module |
plugins/video_multidownload/video_multidownload.module |
|
Enable multiple file download in video module. |
video_optmetadata.info |
plugins/video_optmetadata/video_optmetadata.info |
|
name = Video Opt Metadata
description = Enable addition of optional metadata on video nodes created by video module. Optional metadata are Video Bitrate, Audio Bitrate, Audio Sampling Rate and Audio Channels.
dependencies = video
package =… |
video_optmetadata.module |
plugins/video_optmetadata/video_optmetadata.module |
|
Enable addition of optional metadata on video nodes created by video module. |
video_params.info |
plugins/video_params/video_params.info |
|
name = Video Params
description = Enable addition of html params to object generated by video module. Useful if you need to use swf videos which needs params to be passed.
dependencies = video
package = "Video" |
video_params.module |
plugins/video_params/video_params.module |
|
Enable addition of params to object generated by video module |
video_render.php |
plugins/video_ffmpeg_helper/video_render.php |
|
Renders a video. This script is called concurrently by video_scheduler.php
This script has to be launched with "php video_render.php nid vid"
If you are not using sites/default/settings.php as your settings file,
add an optional parameter… |
video_scheduler.php |
plugins/video_ffmpeg_helper/video_scheduler.php |
|
Implement video rendering scheduling.
If you are not using sites/default/settings.php as your settings file,
add an optional parameter for the drupal site url:
"php video_scheduler.php http://example.com/" or
"php video_scheduler.php… |
video_upload.info |
types/video_upload/video_upload.info |
|
name = Upload Video
description = Enable Uploaded video support for Video module.
dependencies = video token
package = "Video" |
video_upload.module |
types/video_upload/video_upload.module |
|
Enable Uploaded videos support for video module. |
video_url.info |
types/video_url/video_url.info |
|
name = URL Video
description = Enable URL video support for Video module.
dependencies = video
package = "Video" |
video_url.module |
types/video_url/video_url.module |
|
Enable Path or URL support for video module. |
video_youtube.info |
types/video_youtube/video_youtube.info |
|
name = Youtube Video
description = Enable Youtube videos support for Video module.
dependencies = video
package = "Video" |
video_youtube.module |
types/video_youtube/video_youtube.module |
|
Enable Youtube support for video module. |
views_video.inc |
views_video.inc |
|
|