clementfarabet / lua---ffmpeg

An interface between ffmpeg and Lua/Torch
21 stars 17 forks source link

bugs fixed in init.lua #17

Closed byronwwang closed 7 years ago

byronwwang commented 7 years ago

local ffmpeg_cmd = (FFMPEG .. ' -r ' .. self.fps) ==> local ffmpeg_cmd = ('ffmpeg -r ' .. self.fps)

soumith commented 7 years ago

thanks fixed