aboutsummaryrefslogtreecommitdiff
path: root/transcoders
diff options
context:
space:
mode:
authorHeshan <heshan@heidisoft.com>2011-03-13 18:38:12 +0530
committerHeshan <heshan@heidisoft.com>2011-03-13 18:38:12 +0530
commitc4915a3c5824ab4a539f2c996ec5169bd165e07d (patch)
tree52f21f061684ea7d66832397e6e6572fd8d966f1 /transcoders
parentf53f62a5ecf8343941e2c74d06b429bb271d7df2 (diff)
downloadvideo-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.inc1
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)) {