public static property PHPVideoToolkit::$ffmpeg_found in Video 7
Same name and namespace in other branches
- 7.2 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 298
Class
Code
public static $ffmpeg_found = null;