/lua---ffmpeg

An interface between ffmpeg and Lua/Torch

Primary LanguageLua

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