alexlaverty / python-reddit-youtube-bot

Automated Reddit Youtube Video Bot
https://www.youtube.com/channel/UCzIwW92D_rM5_yvWBsquSbw
75 stars 17 forks source link

Improvements to short vertical video generation for tiktok and youtube shorts. #92

Closed alexlaverty closed 10 months ago

alexlaverty commented 10 months ago

Have created a branch to test out fixing up the ability to generate vertical short videos for Tiktok and youtube shorts.

For uploading videos to tiktok I'm generating the videos locally using the following :

git clone https://github.com/alexlaverty/python-reddit-youtube-bot.git
git checkout tiktok_shorts
python app.py --shorts --video-length 180

Here's an example video uploaded to tiktok : https://www.tiktok.com/@ttsvibelounge/video/7286071454368533761

alexdo83 commented 10 months ago

1

alexlaverty commented 9 months ago
  • Is it possible to customize (insert an image or video link) into the frame I've marked?

Have pushed some updates, can you pull latest code and then test these out :

Specify the thumbnail image you want to use :

python app.py --total-posts 1 --thumbnail-image-path D:\temp\funny01.jpg

Specify the thumbnail image and only generate the thumbnail, skip video generation :

python app.py --total-posts 1 --thumbnail-image-path D:\temp\funny01.jpg --thumbnail-only