From 8cfeea8ea9b3044c2939cb87878b5f9e2a19e29c Mon Sep 17 00:00:00 2001 From: Nemo Date: Wed, 8 Apr 2020 03:36:09 +0530 Subject: [PATCH] Put titles on each file, because the big file title won't work well --- signcerts.sh | 1 + split-audio-by-chapters | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/signcerts.sh b/signcerts.sh index c69a5bd..efd7272 100755 --- a/signcerts.sh +++ b/signcerts.sh @@ -2,6 +2,7 @@ set -euo pipefail export CF_DNS_SERVERS='1.1.1.1 9.9.9.9' +export CF_SETTLE_TIME='30' # Based on https://gist.github.com/benkulbertis/fff10759c2391b6618dd/ export CF_KEY=$(pass show Keys/CF_KEY) diff --git a/split-audio-by-chapters b/split-audio-by-chapters index 3042882..0ef1a13 100755 --- a/split-audio-by-chapters +++ b/split-audio-by-chapters @@ -50,7 +50,7 @@ while read -r first _ _ start _ end; do FILENAME="${CHAPTER_INDEX_PADDED} - $(trim "$CHAPTER_TITLE").m4a" - ffmpeg -vsync 2 -i "$1" -ss "${start%?}" -to "$end" -vn -acodec copy "$FILENAME"