Lua
CMake
Permalink
| Failed to load latest commit information. | |||
|
|
CMakeLists.txt |
|
|
|
|
README.txt |
|
|
|
|
ffmpeg-1.0-0.rockspec |
|
|
|
|
init.lua |
|
|
README.txt
DEPENDENCIES: libffmpeg and torch7 (www.torch.ch) INSTALL: $ torch-rocks install ffmpeg USE: $ torch > require 'ffmpeg' > ffmpeg.Video() -- prints help > vid = ffmpeg.Video('path/to/some/video.mpg') > vid:play{}