You are here

public function video_localcommand::get_help in Video 6.5

Overrides video_plugin::get_help

File

transcoders/video_localcommand.inc, line 458

Class

video_localcommand

Code

public function get_help() {
  return l(t('FFmpeg Online Manual'), 'http://www.ffmpeg.org/');
}