You are here

8 calls to PHPVideoToolkit::getFFmpegInfo() in Video 7.2

PHPVideoToolkit::getAvailableCodecs in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
Returns the available codecs. @access public
PHPVideoToolkit::getAvailableFormats in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
Returns the available formats. @access public
PHPVideoToolkit::getAvailablePixelFormats in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
Returns the available pixel formats.
PHPVideoToolkit::hasCodecSupport in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
Determines if your ffmpeg has particular codec support for encode or decode.
PHPVideoToolkit::hasVHookSupport in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
Determines if the ffmpeg binary has been compiled with vhook support.
PHPVideoToolkit::setAudioCodec in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
Sets the audio format for audio outputs
PHPVideoToolkit::validateCodec in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
Checks to see if a given codec can be decoded/encoded by the current ffmpeg binary. @access public
PHPVideoToolkit::validateFormat in libraries/phpvideotoolkit/phpvideotoolkit.php5.php
Checks to see if a given codec can be decoded/encoded by the current ffmpeg binary. @access public