diff options
author | Heshan <heshan@heidisoft.com> | 2011-03-16 20:46:29 +0530 |
---|---|---|
committer | Heshan <heshan@heidisoft.com> | 2011-03-16 20:46:29 +0530 |
commit | c1b91533614e6a48e06035b438aadcb7ffb200ee (patch) | |
tree | dd85053e45f1ef01510b6ab98c1f28ad1cc4c08f /transcoders | |
parent | 36f6e1f9153c78154858105531cbf710305375f3 (diff) | |
download | video-c1b91533614e6a48e06035b438aadcb7ffb200ee.tar.gz video-c1b91533614e6a48e06035b438aadcb7ffb200ee.tar.bz2 |
Updating the HandBrekeCLI typos
Diffstat (limited to 'transcoders')
-rw-r--r-- | transcoders/video_ffmpeg.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/transcoders/video_ffmpeg.inc b/transcoders/video_ffmpeg.inc index 1d13071..33e5067 100644 --- a/transcoders/video_ffmpeg.inc +++ b/transcoders/video_ffmpeg.inc @@ -20,7 +20,7 @@ class video_ffmpeg implements transcoder_interface { $this->params['ffmpeg'] = variable_get('video_ffmpeg_path', '/usr/bin/ffmpeg'); $this->params['ffmpeg2theora'] = variable_get('video_ffmpeg2theora_path', '/usr/bin/ffmpeg2theora'); $this->params['mcoder'] = variable_get('video_mcoder_path', '/usr/bin/mcoder'); - $this->params['handbreke'] = variable_get('video_handbreke_path', '/usr/bin/handbreke_cli'); + $this->params['handbreke'] = variable_get('video_handbreke_path', '/usr/bin/HandBrakeCLI'); $this->params['other'] = variable_get('video_other_path', ''); $this->params['thumb_command'] = variable_get('video_ffmpeg_thumbnailer_options', $this->thumb_command); @@ -306,9 +306,9 @@ class video_ffmpeg implements transcoder_interface { ); $form['transcoders']['video_handbreke_path'] = array( '#type' => 'textfield', - '#title' => t('HandBreke'), + '#title' => t('HandBrakeCLI'), '#description' => t('Absolute path to Handbreke executable. This will provide a token of !handbreke to preset commands.'), - '#default_value' => variable_get('video_handbreke_path', '/usr/bin/handbrekecli'), + '#default_value' => variable_get('video_handbreke_path', '/usr/bin/HandBrakeCLI'), ); $form['transcoders']['video_other_path'] = array( '#type' => 'textfield', |