From 8041073c8d74e5d24e3b9f10143f3e4bd04db2de Mon Sep 17 00:00:00 2001 From: Heshan Wanigasooriya Date: Tue, 23 Mar 2010 04:17:29 +0000 Subject: removing old files and commenting new file field and other files to the vidoe module page. --- FILE_TYPES.txt | 56 -------------------------------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 FILE_TYPES.txt (limited to 'FILE_TYPES.txt') diff --git a/FILE_TYPES.txt b/FILE_TYPES.txt deleted file mode 100644 index 1029d7a..0000000 --- a/FILE_TYPES.txt +++ /dev/null @@ -1,56 +0,0 @@ -$Id$ - -FILE TYPE INFORMATIONS --------------------------- - -See : http://video.heidisoft.com/features - - -Video.module for Drupal 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 enter in the path to the file. - If your video is on the same webserver as drupal, you can use a path relative - to the drupal directory, like "downloads/video.mov". - If your video is on another server you can enter the URI to the video - like "http://www.example.com/videos/my-video.mov". - The .mp4 and .3gp extentions use the Quicktime player. - The .dir and .dcr extentions use the Director player. - - If you need to add additional object parameters to swf or dir videos you - can enable the "Allow adding of parameters to object HTML" option. Then - in the video creation page you will be able to specify the parameters. - -YouTube.com support - You can host videos on youtube.com and put them on your site. - To do this, after you upload the video on youtube.com enter - the video ID into the "Video File" field. If the URI youtube.com gives - you for the video is "http://www.youtube.com/watch.php?v=XM4QYXPf-s8" - you would enter "XM4QYXPf-s8". - -Google Video support - You can host videos on video.google.com and put them on your site. - To do this, after you upload the video on Google video enter get the - the embed code. In this code you will find an attribute like - src="http://video.google.com/googleplayer.swf?docId=-1591729516923874694" . - You will need the -1591729516923874694 like number just after docId= . - Then use "google:-1591729516923874694" as video file value. - -.flv - Video.module for drupal 4.7 now support Macromedia Flash FLV Videos - using FlowPlayer version 1.10 or above ( http://flowplayer.sourceforge.net/ ). - To use .flv files simply download Flowplayer and put the file - called "FlowPlayer.swf" or "Player.swf" into your Drupal folder. - Then set the Flash player file name to use on the Flash settings in video module configuration page. - -.ogg - Ogg Theora videos, video.module uses the java applet cortado to display Ogg Theora files, - you can find the latest version of cortado at http://www.flumotion.net//jar/cortado/ - get http://www.flumotion.net//jar/cortado/cortado-ovt-stripped-0.2.0.jar - and put it into your Drupal folder as cortado.jar - [ - NOTE, at the time of writing, cortado.jar had a bug that caused it to fail with drupal. - you can get a patched version of cortado.jar that works from http://v2v.cc/~j/cortado.jar - and the bug related to this issue: https://core.fluendo.com/flumotion/trac/ticket/387 - ] -- cgit v1.2.3