8 calls to PHPVideoToolkit::getFFmpegInfo() in Video 7
- 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::hasCodecSupport in libraries/
phpvideotoolkit/ phpvideotoolkit.php5.php - * Determines if your ffmpeg has particular codec support for encode or decode. * * @access public *
- PHPVideoToolkit::hasVHookSupport in libraries/
phpvideotoolkit/ phpvideotoolkit.php5.php - * Determines if the ffmpeg binary has been compiled with vhook support. * * @access public *
- PHPVideoToolkit::setAudioCodec in libraries/
phpvideotoolkit/ phpvideotoolkit.php5.php - * Sets the audio format for audio outputs * * @access public *
- 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 *
- 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…