From d36d657ecdc06ae800c1ed2c71ca3240ea08dc55 Mon Sep 17 00:00:00 2001 From: silvernode Date: Sun, 4 Aug 2013 03:02:49 -0500 Subject: [PATCH] Revert "added -vn to ffmpeg function" learning This reverts commit c21b96fd8122a944859f676e4357e6812217f661. --- mandy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mandy.lua b/mandy.lua index 3f5b719..37b995c 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 -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)