public function video_ffmpeg_php::get_help in Video 7
Interface Implementations
Overrides video_ffmpeg::get_help
See also
sites/all/modules/video/includes/transcoder_interface#get_help()
File
- transcoders/
video_ffmpeg_php.inc, line 130
Class
Code
public function get_help() {
return l(t('FFMPEG-PHP Online Manual'), 'http://ffmpeg-php.sourceforge.net/');
}