You are here

public property PHPVideoToolkit::$image_output_timecode in Video 7

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

* Determines if when outputting image frames if the outputted files should have the %d number * replaced with the frames timecode. * * @access public

Type: boolean If true then the files will be renamed.

File

libraries/phpvideotoolkit/phpvideotoolkit.php5.php, line 327

Class

PHPVideoToolkit

Code

public $image_output_timecode = true;