small cleanup
This commit is contained in:
parent
a2ef26d215
commit
b40beef785
@ -181,7 +181,6 @@ function ffmpeg(tmpPath, dirD)
|
||||
local subSpaces = string.gsub(dirD, " ", "\\ ")
|
||||
local codec = "ffmpeg -i "..tmpPath.." -acodec "..gFormat.." -ac 2 -ab "..gBitrate.." -vn -y "..subSpaces
|
||||
|
||||
print(format) --debug purposes
|
||||
local flag = convert_mp3.go(codec, tmpPath)
|
||||
if not flag then return false end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user