The latest version of ffmpeg-light is 0.14.1-0.

ffmpeg-light

Version 0.7.1.1 revision 0 uploaded by AnthonyCowley.

Package meta

Synopsis
Minimal bindings to the FFmpeg library.
Description

Stream frames from an encoded video, or stream frames to a video output file. To read the first frame from an h264-encoded file into a JuicyPixels Maybe DynamicImage,

import Codec.FFmpeg
import Codec.Picture
import Control.Applicative

go :: IO (Maybe DynamicImage)
go = do (getFrame, cleanup) <- imageReader "myVideo.mov"
        (fmap ImageRGB8 <$> getFrame) <* cleanup

Tested on OS X 10.9.2 with FFmpeg 2.2.1 installed via homebrew.

Author
Anthony Cowley
Bug reports
n/a
Category
Codec
Copyright
Copyright (C) 2014 Anthony Cowley
Homepage
n/a
Maintainer
acowley@gmail.com
Package URL
n/a
Stability
n/a

Components