ffmpeg-light

Version 0.14.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 with FFmpeg 3.1 - 3.4.2

Author
Anthony Cowley
Bug reports
http://github.com/acowley/ffmpeg-light/issues
Category
Codec
Copyright
Copyright (C) 2018 Anthony Cowley
Homepage
http://github.com/acowley/ffmpeg-light
Maintainer
acowley@gmail.com
Package URL
n/a
Stability
n/a

Components