From c21b96fd8122a944859f676e4357e6812217f661 Mon Sep 17 00:00:00 2001 From: silvernode Date: Sat, 3 Aug 2013 13:28:51 -0500 Subject: [PATCH] added -vn to ffmpeg function --- mandy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mandy.lua b/mandy.lua index 09a7aa6..8737482 100644 --- a/mandy.lua +++ b/mandy.lua @@ -114,7 +114,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)