ffmpeg-light-0.13.0: Minimal bindings to the FFmpeg library.
Safe HaskellNone
LanguageHaskell2010

Codec.FFmpeg.Internal.Debug

Description

Helpers for dumping information about codecs to stdout.

Synopsis

Documentation

av_dump_format :: AVFormatContext -> CInt -> CString -> CInt -> IO () Source #

FFmpeg's built-in format debug utlity.

debugCodec :: AVCodec -> IO () Source #

Print the short name, long name, and ID of a codec.

debugCodecContext :: AVCodecContext -> IO () Source #

Print various codec settings.

debugPixelFormats :: AVCodec -> IO () Source #

Print all pixel formats supported by a given AVCodec.

debugCodecName :: AVCodecID -> IO String Source #

Get the name of a codec.