You are here

public function flvtool2::process in Video 6.4

Same name and namespace in other branches
  1. 7 metadata/flvtool2.inc \flvtool2::process()

Overrides video_metadata::process

File

metadata/flvtool2.inc, line 55

Class

flvtool2

Code

public function process($video) {
  $command_output = $this
    ->run_command($this->meta_command . ' ' . $video);
  return $command_output;
}