This is the additional files required for the "video slides" builder in DFY AI.

This can be accessed under TRAFFIC > INSTANT SLIDES FROM SRT

This feature turns the content of an ".srt" subtitle file into an instant javascript presentation

(I break down how I do this in the "video paster" upsell of AI Whisperer, but it was all done with Chat GPT!)

...

OK, to make use of this, please do the following:

1. Get an MP3 recording of a voice-over
2. Turn it into an SRT file, with a tool such as Sonix, Happy Scribe, Descript, Otter.ai, etc
3. Drag the Srt (subtitle file) into notepad and select all then COPY it
4. Now head to DFYAI and paste the text into TRAFFIC > INSTANT SLIDES FROM SRT
5. The AI will now convert the srt into JAVASCRIPT code (with the slides and timings)
6. Now open "EDIT-THIS.html" by dragging into notepad
7. Look for the "XXX" on line 10 and replace it with the code from DFY AI
8. File > save as and save it to a new file
NOTE: be sure to save as .html
9. Now open the file in your browser, and record the screen to make your video with a free tool (such as Screencastomatic, Loom, Snagit etc)
10. If you want to make changes, try pasting the code into Chat-GPT and ask it to make changes, and what each part does. This is how you learn code - with GPT!

OK, since this code is based on the original "video paster" upsell, I'm including the commentary below for that...

==============

The videos for both "chromed out" and "video paster" were created with this method.

If you're reading this, it proves they convert.

## BACKGROUND ##

It can be time-consuming to make video slides.

There are tools that do it, but they cost money.

So, I wondered - could GPT do it?

The answer lies in creating a HTML slideshow (well with javascript and css code).

The only problem with that is, we still need to turn our text script into code.

But that's exactly the type of mundane bulk task GPT excels at!

OK, here's the process...

1) Create a script with GPT - using one of my template profits

2) Create an account with ElevenLabs and make a voice-ver

3) Run one of the two scripts in the folder here to turn your script into video animations

4) Get a screencast tool (eg "screencastomatic, snagit, loom, etc") and record your slides along with your voice-over to create an instant video.

5) Go through the prompts and study them. It will help you create better prompts with GTP in other ways too.