diff --git a/README.md b/README.md index d0b20b9..8f0fa61 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # 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. -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,... -After you set your option in this script, you have just to run it, then all clips will be released day after day. + +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.