You are here

public static property PHPVideoToolkit::$ffmpeg_found in Video 7.2

Same name and namespace in other branches
  1. 7 libraries/phpvideotoolkit/phpvideotoolkit.php5.php \PHPVideoToolkit::ffmpeg_found

A public var that determines if the ffmpeg binary has been found. The default value is NULL unless getFFmpegInfo is called whereby depending on the results it is set to TRUE or FALSE @access public

Type: mixed

File

libraries/phpvideotoolkit/phpvideotoolkit.php5.php, line 259
Libary to access FFmpeg

Class

PHPVideoToolkit

Code

public static $ffmpeg_found = NULL;