'README.md' ändern

This commit is contained in:
Kaisa Marysia 2020-12-09 16:52:36 +01:00
parent 61afceced4
commit 0d7eb99797

View file

@ -1,5 +1,4 @@
# auto-youtube-upload-script # auto-youtube-upload-script
A bash script for [youtube-upload](https://github.com/tokland/youtube-upload) (you need first to install youtube-upload and configure), to upload a lot of numberical video clips to YouTube. A bash script for [youtube-upload](https://github.com/tokland/youtube-upload) (you need first to install youtube-upload and configure), to upload a lot of numberical video clips to YouTube.
For example you are a Let's Player and on your HDD you have 20 clips you want to release daily. With this script you can set it to
upload all the 20 clips with the same name but with a different episode number, and same description, settings,... These script reads all mp4's in ./record/, convert them into smaller files with fade in/out and creates thumbnails on his own. You can drop a thumb.png as layer, which comes over the thumbnails. This script merge the files together. After this a new dir will be created with all files (mp4 and jpg) which should be uploaded and a .sh file with all upload oneliners for youtube-upload. This will upload 4 files per day (because of youtube limitation) and will release one video day after day.
After you set your option in this script, you have just to run it, then all clips will be released day after day.