mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-17 18:58:58 +01:00
restore ffmpeg to be silent
This commit is contained in:
parent
047d7eb6f3
commit
9ea5bf0899
4
AAXtoMP3
4
AAXtoMP3
@ -460,6 +460,7 @@ do
|
||||
else
|
||||
narrator=""
|
||||
description=""
|
||||
publisher=""
|
||||
fi
|
||||
|
||||
if [[ "${noclobber}" = "1" ]] && [[ -d "${output_directory}" ]]; then
|
||||
@ -589,7 +590,8 @@ do
|
||||
# Extract chapter by time stamps start and finish of chapter.
|
||||
# This extracts based on time stamps start and end.
|
||||
log "Splitting chapter ${chapternum}/${chaptercount} start:${chapter_start%?}(s) end:${chapter_end}(s)"
|
||||
ffmpeg \
|
||||
</dev/null ffmpeg -loglevel quiet \
|
||||
-nostats \
|
||||
-ss "${chapter_start%?}" \
|
||||
-to "${chapter_end}" \
|
||||
-i "${output_file}" \
|
||||
|
Loading…
Reference in New Issue
Block a user