Now the video module is supporting for HTML5 videos, converting videos using Locally installed FFMPEG/HandBrekeCLI... or Zencoder.

This issue is for BETA Testers, you can now grab a copy of the video module from CVS dev DRUPAL-6--4 branch and start testing before I publish to live.

Post your responses here by commenting.

Comments

bennos’s picture

sounds great. will test ist. thx

bayousoft’s picture

Nice!

heshanlk’s picture

Basically I added presets concept with this version. You can see there is a new folder called video_presets and in the admin settings you can see ad remove presets (I hope you guys like to have it in admin panel it self :)).

This time module is compatible with any type of Transcoder, so it can be ffmpeg, HandBrekeCLI, Mcoder what you want to do is create new preset in your module inside a folder called video_presets and add the same preset class with different name, id and properties. In the properties array you can mention the command to run. Its small work around for developers but quite easy.

Video module by default has 3 presets HTML5 mp4, HTML5 ogv, HTML5webm to work all three you will need to have installed
FFMPEG with 2 pass encoding for webm transcode
FFMPEG2THEORA for ogv or ogg
HandBreke for mp4 with H.264

heshanlk’s picture

Status: Active » Closed (fixed)

So far we are good, so releasing ALPHA