Revert "added -vn to ffmpeg function"
learning
This reverts commit c21b96fd81.
			
			
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user