diff --git a/AAXtoMP3 b/AAXtoMP3 index 9b16c09..2a10ccb 100755 --- a/AAXtoMP3 +++ b/AAXtoMP3 @@ -968,23 +968,29 @@ do if [ -f "${cover_file}" ]; then log "Adding cover art" - # Create temporary output file name - ensure extention matches previous appropriate output file to keep ffmpeg happy - cover_output_file="${output_file%.*}.cover.${output_file##*.}" - # Copy audio stream from current output, and video stream from cover file, setting appropriate metadata -