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!

Comments

vm’s picture

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)

stephtek’s picture

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.

vm’s picture

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.