From 0d7eb997977370d31f545007a7cd845053fda5b5 Mon Sep 17 00:00:00 2001 From: Elektroll Date: Wed, 9 Dec 2020 16:52:36 +0100 Subject: [PATCH] =?UTF-8?q?'README.md'=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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.