An interface between ffmpeg and Lua/Torch
Lua CMake
Latest commit b75306e Aug 13, 2015 @soumith soumith Merge pull request #9 from Kaixhin/master
Add silent option
Permalink
Failed to load latest commit information.
CMakeLists.txt New API (cmake) Feb 1, 2012
README.txt rocks Jul 8, 2013
ffmpeg-1.0-0.rockspec no more version Mar 5, 2014
init.lua Add silent option Aug 13, 2015

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{}