You are here

23 calls to PHPVideoToolkit::addCommand() in Video 7

PHPVideoToolkit::addWatermark in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
* Adds a watermark to the outputted files. This effects both video and image output. * * @access public *
PHPVideoToolkit::adjustVolume in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
* This will adjust the audio volume. * * @access public *
PHPVideoToolkit::disableAudio in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
* Disables audio encoding * * @access public *
PHPVideoToolkit::disableVideo in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
* Disables video encoding * * @access public *
PHPVideoToolkit::execute in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
* Commits all the commands and executes the ffmpeg procedure. This will also attempt to validate any outputted files in order to provide * some level of stop and check system. * * @access public *
PHPVideoToolkit::extractFrames in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
* Extracts frames from a video. * (Note; If set to 1 and the duration set by $extract_begin_timecode and $extract_end_timecode is equal to 1 you get more than one frame. * For example if you set $extract_begin_timecode='00:00:00' and…
PHPVideoToolkit::extractSegment in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
* Extracts a segment of video and/or audio * (Note; If set to 1 and the duration set by $extract_begin_timecode and $extract_end_timecode is equal to 1 you get more than one frame. * For example if you set…
PHPVideoToolkit::prepareImagesForConversionToVideo in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
* Compiles an array of images into a video. This sets the input file (setInputFile) so you do not need to set it. * The images should be a full absolute path to the actual image file. * NOTE 1; This copies and renames all the supplied images…
PHPVideoToolkit::setAudioBitRate in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
* Sets the audio bitrate * * @access public *
PHPVideoToolkit::setAudioChannels in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
* Sets the number of audio channels * * @access public *
PHPVideoToolkit::setAudioCodec in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
* Sets the audio format for audio outputs * * @access public *
PHPVideoToolkit::setAudioSampleFrequency in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
* Sets the audio sample frequency for audio outputs * * @access public *
PHPVideoToolkit::setConstantQuality in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
* Sets a constant quality value to the encoding. (but a variable bitrate) * *
PHPVideoToolkit::setFormat in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
* Sets the new video format. * * @access public *
PHPVideoToolkit::setFormatToFLV in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
* A shortcut for converting video to FLV. * * @access public *
PHPVideoToolkit::setGifLoops in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
* Sets the amount of time an animated gif output will loop * * @access public *
PHPVideoToolkit::setInputFile in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
* Sets the input file that is going to be manipulated. * * @access public *
PHPVideoToolkit::setVideoAspectRatio in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
* Sets the video aspect ratio. * IMPORTANT! Setting an aspect ratio will change the width of the video output if the specified dimensions aren't already * in the correct ratio. ie, Setting the aspect ratio to RATIO_STANDARD when you set the…
PHPVideoToolkit::setVideoBitRate in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
* Sets the video bitrate * * @access public *
PHPVideoToolkit::setVideoCodec in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
* Forces the video format for video outputs to a specific codec. This should not be confused with setFormat. setVideoFormat does not generally need to * be called unless setting a specific video format for a type of media format. It gets a little…
PHPVideoToolkit::setVideoDimensions in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
* Sets the video output dimensions (in pixels) * * @access public *
PHPVideoToolkit::setVideoFrameRate in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
* Sets the frame rate of the video * * @access public *
PHPVideoToolkit::_joinInput in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
* This is a protected function that joins multiple input sources into one source before * the final processing takes place. All videos are temporarily converted into mpg for * joining. * * PLEASE NOTE. This process is experimental an…