mikedatsik1 Posted December 24, 2014 Report Posted December 24, 2014 How to switch Amazon publish for dailies to my local when use API? When I upload from interface ftrack work fine. When I create component with python it try connect to Amazon S3 storage.Thanks.
Björn Rydahl Posted December 29, 2014 Report Posted December 29, 2014 Hi Mike, could you explain a bit more what you are trying to do or share some of your code? Thank you!
mikedatsik1 Posted December 30, 2014 Author Report Posted December 30, 2014 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.