From 61cbfc78080a2073dc4f4d4edb2af4f05eb4ddf6 Mon Sep 17 00:00:00 2001 From: Anthony Cowley Date: Fri, 11 Mar 2016 12:16:01 -0500 Subject: [PATCH] Updated FFmpeg "tested with" note. Fixes #26 --- ffmpeg-light.cabal | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ffmpeg-light.cabal b/ffmpeg-light.cabal index f98f05a..be576d9 100644 --- a/ffmpeg-light.cabal +++ b/ffmpeg-light.cabal @@ -15,8 +15,7 @@ description: Stream frames from an encoded video, or stream frames to > go = do (getFrame, cleanup) <- imageReader "myVideo.mov" > (fmap ImageRGB8 <$> getFrame) <* cleanup . - Tested on OS X 10.11.2 with 2.8.3 - installed via . + Tested with FFmpeg 2.7 - 3.0 license: BSD3 license-file: LICENSE