mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-18 03:08:57 +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
|
else
|
||||||
narrator=""
|
narrator=""
|
||||||
description=""
|
description=""
|
||||||
|
publisher=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${noclobber}" = "1" ]] && [[ -d "${output_directory}" ]]; then
|
if [[ "${noclobber}" = "1" ]] && [[ -d "${output_directory}" ]]; then
|
||||||
@ -589,7 +590,8 @@ do
|
|||||||
# Extract chapter by time stamps start and finish of chapter.
|
# Extract chapter by time stamps start and finish of chapter.
|
||||||
# This extracts based on time stamps start and end.
|
# This extracts based on time stamps start and end.
|
||||||
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)"
|
||||||
ffmpeg \
|
</dev/null ffmpeg -loglevel quiet \
|
||||||
|
-nostats \
|
||||||
-ss "${chapter_start%?}" \
|
-ss "${chapter_start%?}" \
|
||||||
-to "${chapter_end}" \
|
-to "${chapter_end}" \
|
||||||
-i "${output_file}" \
|
-i "${output_file}" \
|
||||||
|
Loading…
Reference in New Issue
Block a user