Revert "added -vn to ffmpeg function"

This reverts commit c21b96fd8122a944859f676e4357e6812217f661.
This commit is contained in:
silvernode 2013-08-04 02:53:48 -05:00
parent 11f74a47d8
commit 9debac93de

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 -vn -y "..subSpaces
local codec = "ffmpeg -i "..tmpPath.." -acodec "..gFormat.." -ac 2 -ab 192k -y "..subSpaces
print(format)
local flag = convert_mp3.go(codec, tmpPath)