diff options
author | Heshan <heshan@heidisoft.com> | 2011-03-13 18:38:12 +0530 |
---|---|---|
committer | Heshan <heshan@heidisoft.com> | 2011-03-13 18:38:12 +0530 |
commit | c4915a3c5824ab4a539f2c996ec5169bd165e07d (patch) | |
tree | 52f21f061684ea7d66832397e6e6572fd8d966f1 /transcoders | |
parent | f53f62a5ecf8343941e2c74d06b429bb271d7df2 (diff) | |
download | video-c4915a3c5824ab4a539f2c996ec5169bd165e07d.tar.gz video-c4915a3c5824ab4a539f2c996ec5169bd165e07d.tar.bz2 |
Remove videoS3 and Video Zencoder modules for D7 and VideoS3 module will continue as a stream wrapper.
Diffstat (limited to 'transcoders')
-rw-r--r-- | transcoders/video_ffmpeg.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/transcoders/video_ffmpeg.inc b/transcoders/video_ffmpeg.inc index 7aed020..343d896 100644 --- a/transcoders/video_ffmpeg.inc +++ b/transcoders/video_ffmpeg.inc @@ -100,6 +100,7 @@ class video_ffmpeg implements transcoder_interface { // This will update our current video status to active. // $this->change_status($video->vid, VIDEO_RENDERING_ACTIVE); // get the paths so tokens will compatible with this + // @todo : add best method to get existing file path and add converted there $target = str_replace('original', '', drupal_dirname($video->uri)); $converted = $target . '/converted/' . $video->fid; if (!file_prepare_directory($converted, FILE_CREATE_DIRECTORY)) { |