ffmpeg-light-0.8.2: Minimal bindings to the FFmpeg library.

Safe HaskellNone
LanguageHaskell2010

Codec.FFmpeg.Probe

Contents

Synopsis

Files

withAvFile :: (MonadMask m, MonadIO m) => String -> AvFormat m a -> m a Source

nbStreams :: MonadIO m => AvFormat m Int Source

formatName :: MonadIO m => AvFormat m String Source

Streams

withStream :: MonadIO m => Int -> AvStreamT (AvFormat m) a -> AvFormat m a Source

Dictionaries

dictFoldM_ :: MonadIO m => ((String, String) -> m ()) -> AVDictionary -> m () Source