Jump to content

Use ftrack.Review.makeReviewable in local server?


mikedatsik1

Recommended Posts

API example:

 

#######################################################

version = asset.createVersion(comment='Made som changes to the helmet')

filePath = '/Users/carlclaesson/Documents/data/helmet.mov'

# Make the version reviewable by using the util function
# ftrack.Review.makeReviewable() This will upload the specified file to
# you personal Amazon Storage and encode it to correct formats and
# create the necessary components.
ftrack.Review.makeReviewable(version, filePath)

 

version.publish()

#######################################################

 

Is there a way to publish reviewable version to ftrack thru API in Local Storage?

 

I also found this: http://support.ftrack.com/customer/portal/articles/1405640-encode-and-host-local-files.

It's works for me, but I need to find the way to convert video in server and publish to Local Storage like makeReviewable function do with Amazon.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...