public function video_ffmpeg::get_help in Video 7
Same name and namespace in other branches
- 6.4 transcoders/video_ffmpeg.inc \video_ffmpeg::get_help()
Interface Implementations
Overrides transcoder_interface::get_help
See also
sites/all/modules/video/includes/transcoder_interface#get_help()
1 method overrides video_ffmpeg::get_help()
- video_ffmpeg_php::get_help in transcoders/
video_ffmpeg_php.inc - Interface Implementations
File
- transcoders/
video_ffmpeg.inc, line 286
Class
Code
public function get_help() {
return l(t('FFMPEG Online Manual'), 'http://www.ffmpeg.org/');
}