private function getTargetEncodePath(){
		if( !$this->targetEncodePath ){
			$file = $this->getFile();
			$transcodeKey = $this->params[ 'transcodeKey' ];
			$this->targetEncodePath = WebVideoTranscode::getTargetEncodePath( $file, $transcodeKey );
		}
		return $this->targetEncodePath;
	}