You are here

public function flvtool2::get_help in Video 6.4

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

Interface Implementations

See also

sites/all/modules/video/includes/metadata_interface#get_help()

File

metadata/flvtool2.inc, line 33

Class

flvtool2

Code

public function get_help() {
  return t('!flvtools calculates various meta data and inserts a onMetaData tag in the video. It cuts FLV files and adds cue Points (onCuePoint). A debug command shows the inside of a FLV file and the print command gives meta data information in XML or YAML format.', array(
    '!flvtools' => l(t('FlvTools2 '), 'http://github.com/unnu/flvtool2'),
  ));
}