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

Safe HaskellNone

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 StringSource

Get the name of a codec.