Skip to content

jucor/lua---ffmpeg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DEPENDENCIES:
libffmpeg and torch7 (www.torch.ch)

INSTALL:
$ torch-pkg install ffmpeg

USE:
$ torch
> require 'ffmpeg'
> ffmpeg.Video()
-- prints help
> vid = ffmpeg.Video('path/to/some/video.mpg')
> vid:play{}

About

An interface between ffmpeg and Lua/Torch

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 100.0%