You are here

public property PHPVideoToolkit::$image_output_timecode in Video 7.2

Same name and namespace in other branches
  1. 7 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 296
Libary to access FFmpeg

Class

PHPVideoToolkit

Code

public $image_output_timecode = TRUE;