missed a bad line, fixed
This commit is contained in:
parent
1e22255804
commit
1db9f14326
@ -104,7 +104,7 @@ end
|
|||||||
function ffmpeg(tmpPath, dirD)
|
function ffmpeg(tmpPath, dirD)
|
||||||
|
|
||||||
local mp3 = "ffmpeg -i "..tmpPath.." -acodec libmp3lame -ac 2 -ab 192k -vn -y "..dirD
|
local mp3 = "ffmpeg -i "..tmpPath.." -acodec libmp3lame -ac 2 -ab 192k -vn -y "..dirD
|
||||||
os.execute(mp3)
|
--os.execute(mp3)
|
||||||
convert_mp3.go(mp3)
|
convert_mp3.go(mp3)
|
||||||
io.popen("vlc "..dirD)
|
io.popen("vlc "..dirD)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user