You are here

24 calls to PHPVideoToolkit::addCommand() in Video 7.2

PHPVideoToolkit::addWatermark in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
Adds a watermark to the outputted files. This effects both video and image output.
PHPVideoToolkit::adjustVolume in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
This will adjust the audio volume.
PHPVideoToolkit::disableAudio in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
Disables audio encoding
PHPVideoToolkit::disableVideo in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
Disables video encoding
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.
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 $extract_begin_timecode='00:00:00' and…
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 into a…
PHPVideoToolkit::setAudioBitRate in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
Sets the audio bitrate
PHPVideoToolkit::setAudioChannels in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
Sets the number of audio channels
PHPVideoToolkit::setAudioCodec in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
Sets the audio format for audio outputs
PHPVideoToolkit::setAudioSampleFrequency in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
Sets the audio sample frequency for audio outputs
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.
PHPVideoToolkit::setFormatToFLV in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
A shortcut for converting video to FLV.
PHPVideoToolkit::setGifLoops in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
Sets the amount of time an animated gif output will loop
PHPVideoToolkit::setInputFile in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
Sets the input file that is going to be manipulated.
PHPVideoToolkit::setPixelFormat in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
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 output…
PHPVideoToolkit::setVideoBitRate in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
Sets the video bitrate
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 confusing...
PHPVideoToolkit::setVideoDimensions in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
Sets the video output dimensions (in pixels)
PHPVideoToolkit::setVideoFrameRate in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
Sets the frame rate of the video
PHPVideoToolkit::setVideoPreset in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
Sets the video bitrate