clementfarabet / lua---ffmpeg

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

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