Revert "Revert "added -vn to ffmpeg function""

This reverts commit d36d657ecdc06ae800c1ed2c71ca3240ea08dc55.
This commit is contained in:
silvernode 2013-08-05 07:48:11 -05:00
parent f4731d488a
commit f99c3bbfd7

View File

@ -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)