lua---ffmpeg icon indicating copy to clipboard operation
lua---ffmpeg copied to clipboard

An interface between ffmpeg and Lua/Torch

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