Install

Works with Drupal: 7.x

Using dev releases is not recommended, except for testing.

Using Composer to manage Drupal site dependencies

Downloads

Download video-7.x-2.x-dev.tar.gztar.gz 159.56 KB
MD5: b12fdf568bac80fb587d56dfa26ef6a7
SHA-1: ae39e75d1a84ca770e6703007ebe36ad5daf2386
SHA-256: 9c6687faf31b527c4af92bd7494091c73997307031b9794c6ddf03c5195a0506
Download video-7.x-2.x-dev.zipzip 184.54 KB
MD5: d4074fa395dfba7251fbed96a6b388ae
SHA-1: e2ac9360d74bbc0f38d16a97d67f2a0b6412354d
SHA-256: 259304b1b85eb7af9e6e36e8a6982f4e72df7dae638c5eb2cb802f9f090ab74e

Release notes

7.x-2.11 release plan

#1468560: Different video aspect ratios don't all display
#1621732: How to get metadata for a video in code (eg. showing video duration in node.tpl)
#1604806: Files not exposed to rules
#1408718: How to fix the height and width of video played?
#1787702: 4:3 content does not play or pause with correct dimensions
#1792446: Re-queue video conversion in bulk
#1737252: Token support for video URL and video thumbnail image
#1662970: Add support for tokens on file path

General remarks

When you intend to use FFmpeg to transcode videos, make sure your FFmpeg installation handles all the file formats before installing the module. Linux distributions using precompiled binaries, such as Ubuntu, usually do not provide the best compile options and it is advised to compile FFmpeg yourself.

The following guides will help you to get a good FFmpeg installation:

  • Ubuntu: FFmpeg compilation guide
  • Ubuntu: guide to enhance your FFmpeg installation using precompiled packages
  • Gentoo: make sure to setup the right USE flags before installing
  • Windows: Windows packages

List of changes

Backwards incompatible changes since 7.x-2.10:

None

Bug fixes since 7.x-2.10:

  1. #2102073 by Jorrit: Fixed blank lines in dimensions list causing division by zero error.
  2. #1991534 by Jorrit: Fixed Zencoder jobs failing with error 'The video conversion process has failed' even when the transcode was successful.
  3. #1997762 by Jorrit: Fixed dimensions for FFmpeg not being even.
  4. #1990286 by Jorrit: Fixed custom video dimensions not working.
  5. Fixed bug where 'Default for this extension' video/audio codec no longer worked.

Enhancements since 7.x-2.10:

  1. #1991238 by Jorrit: Added wav as a supported extension
  2. #2066143 by lemming: Added support for other entities than node to the Colorbox embed function
  3. #2000416 by Jorrit: Added duration to the field data structure.
  4. #1986270 by Jorrit: Added a warning when a Zencoder job is cancelled.
  5. #1991238 by Jorrit: Added more supported file extensions to be used in the field settings.
  6. #2176157 by brycefisherfleig: More actionable errors during ZencoderAPI installation

New features since 7.x-2.10:

  1. #1155628 by heshan.lk: Added support for opening videos in a Colorbox overlay in the Video Thumbnail field formatter.

Documentation changes since 7.x-2.10:

None

Other changes since 7.x-2.10:

None

Known errors

None

Created by: heshanlk
Created on: 12 Jul 2011 at 06:10 UTC
Last updated: 13 Mar 2019 at 15:48 UTC
Bug fixes
New features

Other releases