Added project files

This commit is contained in:
2013-07-23 21:23:31 -05:00
parent d45577eafb
commit fbdb4bf64a
3 changed files with 233 additions and 0 deletions

16
main.lua Normal file
View File

@ -0,0 +1,16 @@
require("mandy")
function main()
local url=global.url()
-- codec=sel_Codec()
local saveDir=global.dir()
if saveDir == "23" then
return 0
end
local tmpPath = global.path(url)
local convert = global.ffmpeg(tmpPath, saveDir)
end
main()