diff --git a/mandy.lua b/mandy.lua index 37b995c..3f5b719 100644 --- a/mandy.lua +++ b/mandy.lua @@ -137,7 +137,7 @@ function ffmpeg(tmpPath, dirD) local subSpaces = string.gsub(dirD, " ", "\\ ") - local codec = "ffmpeg -i "..tmpPath.." -acodec "..gFormat.." -ac 2 -ab 192k -y "..subSpaces + local codec = "ffmpeg -i "..tmpPath.." -acodec "..gFormat.." -ac 2 -ab 192k -vn -y "..subSpaces print(format) local flag = convert_mp3.go(codec, tmpPath)