mirror of
https://github.com/KrumpetPirate/AAXtoMP3.git
synced 2024-11-18 03:08:57 +01:00
Update AAXtoMP3
This commit is contained in:
parent
de0d6097ea
commit
bc09f2646d
2
AAXtoMP3
2
AAXtoMP3
@ -970,7 +970,7 @@ do
|
|||||||
if [ -f "${cover_file}" ]; then
|
if [ -f "${cover_file}" ]; then
|
||||||
log "Adding cover art"
|
log "Adding cover art"
|
||||||
# FFMPEG does not support MPEG-4 containers fully #
|
# FFMPEG does not support MPEG-4 containers fully #
|
||||||
if [ "${container}" == "mp4" -a -f ${output_file} ] ; then
|
if [ "${container}" == "mp4" -a -f "${output_file}" ] ; then
|
||||||
mp4art --add "${cover_file}" "${output_file}"
|
mp4art --add "${cover_file}" "${output_file}"
|
||||||
# FFMPEG for everything else #
|
# FFMPEG for everything else #
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user