Is there another video module besides this video module? For some reason it will not work with my drupal 6 site and I need to be able to upload videos to a content type.
Thanks!
filefield.module to add a field to a content type then the swftools.module for players.
video_upload.module will provide a field and send the video to google for conversion.
emfield.module will pull directly from 3rd party video sites.
videofield.module (not tested)
With the swftools.module does the file need to be flash already or can you use .mov, .avi etc? That is kind of what I need.
swftools only provides players. Has nothing to do with video conversion.
ffmpeg.module provided you have the ffmpeg binaries installed on your server. Many shared hosts do not.
there is also the flashvideo.module which also uses ffmpeg for conversion of video.
Flash Node module is simple and worked for me.
http://drupal.org/project/flashnode
http://www.whataboutlife.org/content/trying-controls-flv-using-create-flash
http://www.whataboutlife.org/content/natural-highs-flv-flowplayer-using-...
Comments
=-=
filefield.module to add a field to a content type then the swftools.module for players.
video_upload.module will provide a field and send the video to google for conversion.
emfield.module will pull directly from 3rd party video sites.
videofield.module (not tested)
With the swftools.module does
With the swftools.module does the file need to be flash already or can you use .mov, .avi etc? That is kind of what I need.
=-=
swftools only provides players. Has nothing to do with video conversion.
ffmpeg.module provided you have the ffmpeg binaries installed on your server. Many shared hosts do not.
there is also the flashvideo.module which also uses ffmpeg for conversion of video.
Flash Node module is simple
Flash Node module is simple and worked for me.
http://drupal.org/project/flashnode
http://www.whataboutlife.org/content/trying-controls-flv-using-create-flash
http://www.whataboutlife.org/content/natural-highs-flv-flowplayer-using-...