From c4915a3c5824ab4a539f2c996ec5169bd165e07d Mon Sep 17 00:00:00 2001 From: Heshan Date: Sun, 13 Mar 2011 18:38:12 +0530 Subject: Remove videoS3 and Video Zencoder modules for D7 and VideoS3 module will continue as a stream wrapper. --- transcoders/video_ffmpeg.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'transcoders') 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)) { -- cgit v1.2.3