You are here

public function PHPVideoToolkit::disableVideo in Video 7.2

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

Disables video encoding

@access public

Return value

boolean FALSE on error encountered, TRUE otherwise

File

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

Class

PHPVideoToolkit

Code

public function disableVideo() {
  return $this
    ->addCommand('-vn');
}