Movie Recap - Channel - Software - Site

Your project looks good, but I have some questions about country and technology. I see you mentioned that you have selected UK as your channel country? Is the country you selected the country you currently live in? I see that youtube policy says channel country must be where you live. I hope you understand my question...

I see that your bot can generate 6 recaps of 5-10 minute movies in 8 minutes. My question is how is your AI generation process? I mean did you take a transcript from a movie and use AI to reduce the entire transcript to a 10 minute script? So how do you edit a movie, how do you automatically trim a movie? So can your videos be as high quality as other channels?
 
With proper video edits you can remove the copyright claims on your videos m
This is actually a great point, in my other channel I'm running copyrighted videos, the good thing about movies is that you are a allowed to react to them or explain them although copyrighted you can continue monetising them
Can you share the software, or the website?
A software for what buddy? For the recap or the website both of those software I have created myself I'm not particularly using a paid software besides for the YouTube bot which I configured myself and paid to get it to my standards
 
Your project looks good, but I have some questions about country and technology. I see you mentioned that you have selected UK as your channel country? Is the country you selected the country you currently live in? I see that youtube policy says channel country must be where you live. I hope you understand my question...

I see that your bot can generate 6 recaps of 5-10 minute movies in 8 minutes. My question is how is your AI generation process? I mean did you take a transcript from a movie and use AI to reduce the entire transcript to a 10 minute script? So how do you edit a movie, how do you automatically trim a movie? So can your videos be as high quality as other channels?
This is actually one of the best questions I have got, I have a specific prompt structure to retrieve the right commentary for the right sections, it took me quite long to get sync but I believe is a great advancement since other recaps that are getting millions of views they do it all manually, I believe I can reach the 2000 videos quiet easily.

The editing is done automatically as well through my script, I use moviepy for the editing so I don't touch that, the audio is also automatically done.

The videos are high quality indeed, give me a sec and I will share my current stats I have only published 4 I have schedule videos every 2 - 3 - 4 days randomly. They all get uploaded to YouTube automatically aswell.
 
Update:

IMG_20230519_171040.jpg
Screenshot_2023-05-19-17-10-55-361_com.google.android.apps.youtube.creator.jpg
 
So with 4-5 videos 318 hours so far, hopefully in 2-3 weeks more I can get it monetized, only 145 organic subscribers.
 
I meant what's ur channel name?

My English is not that good
Is this your first day here? You don't ask for someone's channel in this forum like if it's nothing ...
 
Eventually, you'll be arrested, and you'll have to pay a lot of money for damages.:cool:
 
Funny. I have been doing that for some weeks now in another niche. Didn't understand why you need a blog tho?
1684757125127.png


Basically what I do is:
Scrape a random website
Create an OpenAI transcript
TTS and split it
Download images & videos & some text to show
Create title, description
Render the video with my automated tool in 2 formats: Short & Long
Post it on YT

very easy to maintain and scale, can do every languages basically and 1 video costs me 7 cents but if I took the time to implement the reversed engineered chatgpt api it could be 100% free

took me a week to setup all of those but my niche sucks i feel like, whats your upload rate?
 
Funny. I have been doing that for some weeks now in another niche. Didn't understand why you need a blog tho?
View attachment 257631

Basically what I do is:
Scrape a random website
Create an OpenAI transcript
TTS and split it
Download images & videos & some text to show
Create title, description
Render the video with my automated tool in 2 formats: Short & Long
Post it on YT

very easy to maintain and scale, can do every languages basically and 1 video costs me 7 cents but if I took the time to implement the reversed engineered chatgpt api it could be 100% free

took me a week to setup all of those but my niche sucks i feel like, whats your upload rate?
That's excellent, I'm doing exactly the same for a different niche, but for movie recaps I just basically download full movies and the python code does the rest, in regards to the blog I was planning on generating two sources of funds out of this, the videos point to my affiliates and to the website the website points to affiliates and ads, looking to hopefully get this channel monetized by the 2nd week of the next month, I haven't had to bot the account it's amazingly growing organically.

I have already fulfilled my quota with the uploading I did around 600 videos a day for 3 days straight, totally free it didn't cost me anything, all I pay for monthly is the vps that runs everything 24/7.

Each video to render takes about 1-3 minutes max and I'm running on multi thread so around 20-35 videos per minute roughly, I had to upgrade my server to GPU rendering just an extra £5
 
That's excellent, I'm doing exactly the same for a different niche, but for movie recaps I just basically download full movies and the python code does the rest, in regards to the blog I was planning on generating two sources of funds out of this, the videos point to my affiliates and to the website the website points to affiliates and ads, looking to hopefully get this channel monetized by the 2nd week of the next month, I haven't had to bot the account it's amazingly growing organically.

I have already fulfilled my quota with the uploading I did around 600 videos a day for 3 days straight, totally free it didn't cost me anything, all I pay for monthly is the vps that runs everything 24/7.

Each video to render takes about 1-3 minutes max and I'm running on multi thread so around 20-35 videos per minute roughly, I had to upgrade my server to GPU rendering just an extra £5
I have a python script, that scrapes all the movies from 1680 till present, pass them to a JSON list, where then uses the JSON list/dictionary to download the movies from 1337x with my personal API, and then once it completes the list it proceeds to start generating audio subtitles and then combine the video with those two and render the movie with moviepy generate 2 videos one lengthy and the other one short.

The scraper is just scraping a certain amount everyday but I have done in total around 5500 movies, and I think that will be enough to schedule for two years, unfortunately YouTube only allows you a certain amount of uploads per day so I got a separate bot scheduling all the videos everyday at different times with generated titles and descriptions plus affiliate links, the right SEO and tags as well, changing the settings of the right category and audience, etc etc.
 
I have a python script, that scrapes all the movies from 1680 till present, pass them to a JSON list, where then uses the JSON list/dictionary to download the movies from 1337x with my personal API, and then once it completes the list it proceeds to start generating audio subtitles and then combine the video with those two and render the movie with moviepy generate 2 videos one lengthy and the other one short.

The scraper is just scraping a certain amount everyday but I have done in total around 5500 movies, and I think that will be enough to schedule for two years, unfortunately YouTube only allows you a certain amount of uploads per day so I got a separate bot scheduling all the videos everyday at different times with generated titles and descriptions plus affiliate links, the right SEO and tags as well, changing the settings of the right category and audience, etc etc.
5500 movies? wow
I thought it wasn't possible to use the YT API to upload videos anymore, I just copy & paste all the descriptions & the titles + create the thumbnail manually + schedule
Also to not get banned I have to put random delays on the websites while scrapping.
How do you match the current transcript with the video ? How do you know at which timestamp to cut ?
With very long prompts you can cut them with an algorithm and it will still work great, that's how PDF to ChatGPT tools do it
I stick to 2 uploads a day on YT to not get shadow-banned for now, too afraid to get banned
 
5500 movies? wow
I thought it wasn't possible to use the YT API to upload videos anymore, I just copy & paste all the descriptions & the titles + create the thumbnail manually + schedule
Also to not get banned I have to put random delays on the websites while scrapping.
How do you match the current transcript with the video ? How do you know at which timestamp to cut ?
With very long prompts you can cut them with an algorithm and it will still work great, that's how PDF to ChatGPT tools do it
I stick to 2 uploads a day on YT to not get shadow-banned for now, too afraid to get banned
Fair questions, I don't upload to YouTube via API I do it through selenium randomly aswell every ( a random number between 5-12) seconds. The script matches the video part with no problem some times there a hiccups here and there but nothing massive it can pass on a normal audience, the cuts are done every a certain mount of seconds to avoid the copyright.
 
5500 movies? wow
I thought it wasn't possible to use the YT API to upload videos anymore, I just copy & paste all the descriptions & the titles + create the thumbnail manually + schedule
Also to not get banned I have to put random delays on the websites while scrapping.
How do you match the current transcript with the video ? How do you know at which timestamp to cut ?
With very long prompts you can cut them with an algorithm and it will still work great, that's how PDF to ChatGPT tools do it
I stick to 2 uploads a day on YT to not get shadow-banned for now, too afraid to get banned
Bro 5500 movies is nothing bro, there are more than 1million movies out there, I'm planning to target the older audience 65+ years old they convert very well with affiliates and watch the videos longer than the young generation.
 
Screenshot_2023-05-22-13-39-55-013_com.google.android.apps.youtube.creator.jpg

Here the proof of the current audience for movie recap
 
What's the reason is 65+? Because I started with movies from 1680 if I'm not mistaken that's the year which I started scraping from although I believe most of the years in between didn't have any movies haha, I believe the scraper started scraping from 1800-1870 not sure, so the movies are old and the YouTube algorithm pushes old stuff to old people because they know they will like it
 
Back
Top