Video configuration page you can find at Administrator->Site Configuration -> Video
You must set correct path to ffmpeg (or to your custom transcoder), you can install ffmpeg video transcoder using this guide Install ffmpeg in public host
Configure auto thumbanail settings
Configure automatic video conversion settings.
Setup Transcode videos.
- Move (or symlink) video_render.php(only for older versions) and video_scheduler.php into your Drupal root
- Edit the first line of those files to meet your needs
- Check permissions of the files and folders (/tmp/video and files/* must be writable by the webserver or the user executling the cron job)
- You now set up options to execute the video_scheduler.php script:
- Schedule the execution of video_scheduler.php using unix cron
The crontab should look something like this:
# m h dom mon dow command
*/20 * * * * cd /absolute/path/to/drupal/ ; php video_scheduler.php
This will execute the video_scheduler every 20 minutes.
Note that the video_scheduler doesn't produce any output and cannot be called from the web. It will, however, put some information in the watchdog.
ที่มา : http://video.heidisoft.com/content/configuring-video-module