You are here

public function flvtool2::process in Video 7

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

Overrides video_metadata::process

File

metadata/flvtool2.inc, line 56

Class

flvtool2

Code

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