diff --git a/split-audio-by-chapters b/split-audio-by-chapters index 0ef1a13..0d3332a 100755 --- a/split-audio-by-chapters +++ b/split-audio-by-chapters @@ -50,7 +50,14 @@ 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 -metadata title="$CHAPTER_TITLE" -acodec copy "$FILENAME"