alexlaverty / python-reddit-youtube-bot

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

Adds code to specify the background music and thumbnail image #96

Closed alexlaverty closed 9 months ago

alexlaverty commented 9 months ago

Adds code to allow background music and ability to specify a thumbnail image.

example usage :

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

Enable background music that will be randomly selected from the assets/music folder :

python app.py --enable-background-music

Specify a file to use as the background music

python app.py --background-music-path "E:\Music\Colter Wall - Cowpoke.mp3"