From be38266f716e3b43a12d899a2a3ca3351586dd83 Mon Sep 17 00:00:00 2001 From: victor Date: Tue, 26 Nov 2024 19:43:23 +0100 Subject: [PATCH] encode fixed empty spaces --- depFiles/ripCD.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depFiles/ripCD.sh b/depFiles/ripCD.sh index e9b3a7a..8017573 100755 --- a/depFiles/ripCD.sh +++ b/depFiles/ripCD.sh @@ -405,7 +405,7 @@ encode() { WAVFILE="${WAVFILES[i]}" NEWFILENAME="${WAVFILE%.wav}.flac" # Reemplaza la extensión .wav por .flac NEWTITLE="${TITLES[i]}" - ffmpeg -y -i "$WAVFILE" -i ${RIPDIR}/AlbumArt.jpg \ + ffmpeg -y -i "$WAVFILE" -i "${RIPDIR}/AlbumArt.jpg" \ -map 0:a -map 1 \ -c:a flac -c:v copy \ -metadata:s:v title="Album cover" \