Q: Auto upload from Google Drive to Ai video editor app then download to Google Drive
I would like a process to be run whenever I upload a new video file (mp4) to a google drive folder to trigger a workflow where the video file is uploaded to a web based social media AI editing tool for app to run through an automated editing process of the video (adding captions etc.) then download the video back to a google drive folder or potentially preparing it to be uploaded to post to various social media platforms. How would you suggest this workflow to be done with RTILA? Thank you
RTILA
Nov 15, 2024A: Hello Mike
This workflow is very interesting and doable with RTILA but that will be a lot of work and complexity if you only involve RTILA. Here are what I suggest you do:
1) Instead of a Google Drive you could use a cheap FTP hosting/VPS which will be faster and more freedom to deal with your files and RTILA has an FTP upload/download command. Also on this hosting/VPS you could run a simple script that for each new media file uploaded then call/kick-off an RTILA Cloud bot/API.
2) The upload/download to/from the web based social media AI editing tool should be straight forward unless they have some advanced anti-bot protections. The edited file is saved back to your FTP with its filename appended with Xfilename-edited.mp4 for example
3) For the social media part it would be a big time saver if you use an existing social media posting solution. You could even create a WordPress blog article featuring your video and post that blog URL to various social media channels and accounts.
Now if you want to still use Google Drive then you could use Zapier for the start of this automation and then for the part with the web based social media AI editing tool you can kick off an RTILA Cloud bot from Zapier and then finalize the flow in Zapier.
Thank you my friend. I currently have a windows laptop i am utilizing as a server where I have a python and selenium script running for another automation script i have running weekly. I'm thinking that same machine could run as the FTP/VPS solution?