Merge branch 'master' into master

This commit is contained in:
fabh2o 2021-02-03 11:07:56 +01:00 committed by GitHub
commit d16a47049b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -491,10 +491,10 @@ do
log "Splitting chapter ${chapternum}/${chaptercount} start:${chapter_start%?}(s) end:${chapter_end}(s)" log "Splitting chapter ${chapternum}/${chaptercount} start:${chapter_start%?}(s) end:${chapter_end}(s)"
</dev/null ffmpeg -loglevel quiet \ </dev/null ffmpeg -loglevel quiet \
-nostats \ -nostats \
-i "${output_file}" \
-i "${cover_file}" \
-ss "${chapter_start%?}" \ -ss "${chapter_start%?}" \
-to "${chapter_end}" \ -to "${chapter_end}" \
-i "${output_file}" \
-i "${cover_file}" \
-map 0:0 \ -map 0:0 \
-map 1:0 \ -map 1:0 \
-acodec "${codec}" ${id3_version_param} \ -acodec "${codec}" ${id3_version_param} \