2 Prerequisites - Reference Documentation
Authors: Ryan Vanderwerf, Peter N. Steinmetz
Version: 0.3
2 Prerequisites
Thegvps
plugin uses several helper applications to perform functions such as converting videos or retrieving information about the video files.
ffmpeg
. This is a widely used video format conversion program which is available at ffmpeg.org. It is available in package format for most major operating systems and distributions. This program is required to convert videos using the gvps plugin.ffprobe
. This program, which is normally installed along withffmpeg
, retrieves metadata, such as length, for a video file. It is required to convert videos using the gvps plugin.qt-faststart
. This program is an optional install included with the source of the ffmpeg program. It is often available as a separate package. It is required if thegvps
plugin will be serving MP4 files.yamdi
. This program injects metadata into FLV video files. It is available at yamdi.sourceforge.net and is often available in packaged form. It is required if thegvps
plugin will be serving FLV files.
gvps
plugin can be used without these helper programs if no video file conversions will be performed by the plugin. An example would be when files are uploaded by a separate mechanism onto the server in the correct format.