25

You know those youtube channels that just read r/askreddit threads word by word? Yeah i fucking hate them so im automating that shit.

This is how far im right now, the images and voices are generated, now just have to somehow grab some vlog music randomly and automate video creation.

https://youtube.com/watch/...

Comments
  • 4
    What are you using for the TTS? Azure/AWS/GCP have pretty good free tiers, and you get 1M or 5M (can't remember) free characters/month. You can also get a free 1month trial for the Bing TTS api (which is different from the free tier for the Azure Cognitive Services)
  • 1
    @endor uhhh google tts which is completely free?
  • 4
    You could probably search for copyright free music sites and just scrub stuff from there. Insert a slide at the end of the video with the artist's name just to be nice.
  • 2
    Great idea 👍
  • 1
    How are you generating the video?
  • 3
    @Ganofins with ffmpeg but i have to manually add the sound. Ill post it once i get it to be 100% autonomous.
  • 0
    @ganjaman you can add the sound with a second ffmpeg pass

    ffmpeg -i video.avi -i audio.mp3 -codec copy -shortest output.avi
  • 1
    @seraphimsystems @Ganofins just found out that openshot projects are valid json, so ill be looking into generating project files
  • 0
    This is fabulous. I subbed to you for this
Add Comment