hey thanks so much for asking, I do have that coming! I've just been a little delayed (in the next couple weeks). I will post it! I will pin this comment.
Hello - I follwed instructions, got status 200 on my initial run, went to add the next module but I do not return the "response" option. Where did I go wrong? I re-watched the video again and everything seems to be connected and as I said, the module goes through the process and returns 200.
🎯 Key points for quick navigation: 00:00 *🎥 Overview of automated video captioning system* - Introduction to the automation system that adds captions to videos automatically for free. - Explanation of how videos are processed: uploaded to Google Drive, transcribed, captioned, and then stored in specific folders. 00:56 *☁️ Setting up the Google Cloud Server* - Walkthrough on creating a new project in Google Cloud to store files and run the API. - Instructions for enabling necessary Google Cloud APIs (e.g., Cloud Storage, Cloud Run) and creating service accounts for permissions. 03:54 *🗂️ Creating storage buckets and deploying the API* - Steps to create a cloud storage bucket for video files, set access permissions, and deploy a server using the API. - Explanation of setting environment variables for API keys and bucket names. 08:51 *🔍 Testing the server with Postman* - Guide on testing the deployed API using Postman to ensure proper setup and functionality. - Instructions for running transcription and captioning tests on sample videos using the new server. 11:24 *🗄️ Building automations with Make.com* - Step-by-step process to build automations in Make.com to watch for video uploads in Google Drive and trigger the captioning process. - Instructions on setting up Google Drive connections and creating folders for processed and captioned videos. 14:22 *✍️ Configuring the video transcription and captioning modules* - Configuration of the HTTP module in Make.com to send requests for video transcription and captioning. - Explanation of dynamic fields, API keys, and URL structure to automate the caption generation for videos. 16:44 *✅ Finalizing the captioning process and troubleshooting* - Running the automation to transcribe and caption the video, ensuring success with status codes. - Advice on file size limits (under 100 MB) for smooth processing and addressing potential issues with larger files. 17:54 *🔧 Downloading the captioned video and uploading to Google Drive* - Adds an extra step to download the captioned video file using the HTTP module. - Automatically uploads the captioned video to a designated folder in Google Drive. 19:04 *🗂️ Moving the original video to the processed folder* - Moves the original video to a "processed videos" folder after captioning is complete. - Ensures proper organization by separating original and captioned videos in different folders. 20:16 *🎉 Testing the completed automation* - Tests the full process: creating captions, downloading, uploading to Google Drive, and moving the original file. - Confirms that the video was successfully captioned and stored in the correct folders. Made with HARPA AI
Stephen, i love your videos and soon to be a member of your Skool community! A big part of my new passion for automation and A.I is thanks to you! Will it work also in Hebrew? a RTL language?
Great stuff! Is it possible also to automate adding images/videos in the video? Sometimes when a person speaks, we want to add some extra images or videos.
선생님, 혹시 괜찮으시다면 유튜브 자동화 관련해서 처음부터 다시, 그리고 더 쉽고 간단하게 Make 설정하는 최신 정보를 기준으로 1시간에서 2시간 정도의 영상을 만들어주실 수 있을까요? Teacher, if it's okay with you, could you create a video, about 1 to 2 hours long, on RUclips automation from the beginning, with the latest information, explained in a simpler and easier way using Make?
Love your content! Have you ever done one for creating shorts to repurpose from long form video using AI and MAKE? If not, what do you use to make yours?
Awesome sauce 👏🏻 could you expand on how we can modify caption fonts, font type, text color, option for background color, adjusting # of words to display, and etc? Any easy method to modify or can you point me to where or what I need to adjust? Thanks
Hi Stephen, this is some of the most Awesome work, i have seen lately! I have recreated a Server on Google Cloud Console, exactly following the steps you have laid out in one of your previous videos, where I have also updated the access to be public however, even after triple checking all of the details, I can't seem to make it work and I always get an error back (Error: 500 Internal Server Error) has anyone else here encountered the same error ?
that usually means one of your ENV variables is not set correctly, double and tripple check the, sometimes people put spaces before and after, or they use - instead of _ in the names, they are UNDERSCORES.
Hi @@StephenGPope, I finally got it to work, however, it was not an issue with the Env Variables. I had to update permission for one of my buckets "Storage Object Creator" it worked after that, as this role allows the service account to upload (create) objects in the bucket.
Why does Make not like the request to Google when Postman does? Error: 400 Bad Request
400 Bad Request Bad Request The browser (or proxy) sent a request that this server could not understand. even copied the input from Make back into Postman and it worked from there!
I figured it out. I copy - pasted the request body from Postman, just like stephen did in the video. That messed up the body in the make module. I just typed it in manually and that made it work.
Awesome! Thank you. When does your faceless video coming out that you announced last weeK?
hey thanks so much for asking, I do have that coming! I've just been a little delayed (in the next couple weeks). I will post it! I will pin this comment.
@@StephenGPope Great. Thank you.
@@StephenGPope i just joined your skool ;) cant walt for longer for the faceless tutorial, its so awesome
@@pushingpandas6479 it's live in the skool right now!
@@StephenGPope Thank you I found it.
Hello - I follwed instructions, got status 200 on my initial run, went to add the next module but I do not return the "response" option. Where did I go wrong? I re-watched the video again and everything seems to be connected and as I said, the module goes through the process and returns 200.
🎯 Key points for quick navigation:
00:00 *🎥 Overview of automated video captioning system*
- Introduction to the automation system that adds captions to videos automatically for free.
- Explanation of how videos are processed: uploaded to Google Drive, transcribed, captioned, and then stored in specific folders.
00:56 *☁️ Setting up the Google Cloud Server*
- Walkthrough on creating a new project in Google Cloud to store files and run the API.
- Instructions for enabling necessary Google Cloud APIs (e.g., Cloud Storage, Cloud Run) and creating service accounts for permissions.
03:54 *🗂️ Creating storage buckets and deploying the API*
- Steps to create a cloud storage bucket for video files, set access permissions, and deploy a server using the API.
- Explanation of setting environment variables for API keys and bucket names.
08:51 *🔍 Testing the server with Postman*
- Guide on testing the deployed API using Postman to ensure proper setup and functionality.
- Instructions for running transcription and captioning tests on sample videos using the new server.
11:24 *🗄️ Building automations with Make.com*
- Step-by-step process to build automations in Make.com to watch for video uploads in Google Drive and trigger the captioning process.
- Instructions on setting up Google Drive connections and creating folders for processed and captioned videos.
14:22 *✍️ Configuring the video transcription and captioning modules*
- Configuration of the HTTP module in Make.com to send requests for video transcription and captioning.
- Explanation of dynamic fields, API keys, and URL structure to automate the caption generation for videos.
16:44 *✅ Finalizing the captioning process and troubleshooting*
- Running the automation to transcribe and caption the video, ensuring success with status codes.
- Advice on file size limits (under 100 MB) for smooth processing and addressing potential issues with larger files.
17:54 *🔧 Downloading the captioned video and uploading to Google Drive*
- Adds an extra step to download the captioned video file using the HTTP module.
- Automatically uploads the captioned video to a designated folder in Google Drive.
19:04 *🗂️ Moving the original video to the processed folder*
- Moves the original video to a "processed videos" folder after captioning is complete.
- Ensures proper organization by separating original and captioned videos in different folders.
20:16 *🎉 Testing the completed automation*
- Tests the full process: creating captions, downloading, uploading to Google Drive, and moving the original file.
- Confirms that the video was successfully captioned and stored in the correct folders.
Made with HARPA AI
Does the transcription tool handle other languages other than english as well ?
yes it does.
Stephen, i love your videos and soon to be a member of your Skool community! A big part of my new passion for automation and A.I is thanks to you! Will it work also in Hebrew? a RTL language?
I love this man .
💪
Hy , do you think 120minutes of subtitles gonna exceed the free monthly limit ? It's divided to 60 videos of 2minutes if that makes a difference
no
Great stuff! Is it possible also to automate adding images/videos in the video? Sometimes when a person speaks, we want to add some extra images or videos.
great video. When will the Low-Cost Fully Automated Faceless video be released?
hey thanks so much for asking, I do have that coming! I've just been a little delayed (in the next couple weeks). I will post it!
@@StephenGPope Sounds good. Thank you for the reply
@@TheNaivePeasant thank you for your patience!
Is it possible i only to extract the transcription and store it in airtable or something. Can we extract the string?
yes it is!
Tnx again Stephen! I have successfully deployed it! One question, is it also possible to easily download the transcript or SRT file?
yes! you can change the output option to "srt"
선생님, 혹시 괜찮으시다면 유튜브 자동화 관련해서 처음부터 다시, 그리고 더 쉽고 간단하게 Make 설정하는 최신 정보를 기준으로 1시간에서 2시간 정도의 영상을 만들어주실 수 있을까요?
Teacher, if it's okay with you, could you create a video, about 1 to 2 hours long, on RUclips automation from the beginning, with the latest information, explained in a simpler and easier way using Make?
Thank you very much. Can we create subtitles in any language we want?
I would like to know how i can access and edit the docker im having trouble launching my own from the github
the instructions on github are a little old, we need to update them. best to use the video if possible.
Does pushing that kind of data (video) eventually cap out make's allocated monthly account bandwidth?
well, I mean, everything has limits, but not for most.
Love your content! Have you ever done one for creating shorts to repurpose from long form video using AI and MAKE? If not, what do you use to make yours?
Im actually about to make one of those
@@StephenGPope any update on this ?
Also you mention some costs what are they? Thanks
Youll want to check google cloud run pricing for you specific setup
Awesome sauce 👏🏻 could you expand on how we can modify caption fonts, font type, text color, option for background color, adjusting # of words to display, and etc? Any easy method to modify or can you point me to where or what I need to adjust? Thanks
Yea ill add some more documentation but you can look at the settings i do have in postman and tweak those for now.
@@StephenGPope would love to see it.
The goat 🐐
🙏
the code for this is in github right?
in the http make a request module, does it call github also? or just the Google Cloud?
Cloud Run New Service part you say copy the text from the description below and I don't see it? can you add please?
The resources are indeed linked in the video description. Under the description
@@StephenGPope nope I had another search and that line you type is not in the description are you saying it’s hidden in one of the Skool links?
@@djaffiliatemarketing it's not hidden, it's the link that says "Here's a link to the required resources for installation"
is ur faceless video 2.0 already available in the no-code-architects community?
Yea! The YT vid is a little delayed but will come out if you were looking for it
The video link in the postman request for media_url just redirects to a invalid file
Hi Stephen, this is some of the most Awesome work, i have seen lately!
I have recreated a Server on Google Cloud Console, exactly following the steps you have laid out in one of your previous videos, where I have also updated the access to be public
however, even after triple checking all of the details, I can't seem to make it work
and I always get an error back (Error: 500 Internal Server Error)
has anyone else here encountered the same error ?
that usually means one of your ENV variables is not set correctly, double and tripple check the, sometimes people put spaces before and after, or they use - instead of _ in the names, they are UNDERSCORES.
Hi @@StephenGPope, I finally got it to work, however, it was not an issue with the Env Variables. I had to update permission for one of my buckets "Storage Object Creator" it worked after that,
as this role allows the service account to upload (create) objects in the bucket.
Why does Make not like the request to Google when Postman does?
Error: 400 Bad Request
400 Bad Request
Bad Request
The browser (or proxy) sent a request that this server could not understand.
even copied the input from Make back into Postman and it worked from there!
I have the same problem. Did you end up finding the solution?
I figured it out. I copy - pasted the request body from Postman, just like stephen did in the video. That messed up the body in the make module. I just typed it in manually and that made it work.
how to upload files larger than 100MB directly to RUclips?
Is there any automation to upload video fro google drive to YT, FB etc social media?