haskell-ffprobe-0.1.0.1: Haskell bindings for ffprobe
Safe HaskellSafe-Inferred
LanguageHaskell2010

FFProbe

Synopsis

Documentation

ffprobe :: String -> IO (Either String FFProbeData) Source #

Runs the ffprobe coomands, and parse its output

data FFProbeData Source #

Constructors

FFProbeData 

Fields

Instances

Instances details
FromJSON FFProbeData Source # 
Instance details

Defined in FFProbe

Generic FFProbeData Source # 
Instance details

Defined in FFProbe

Associated Types

type Rep FFProbeData :: Type -> Type #

type Rep FFProbeData Source # 
Instance details

Defined in FFProbe

type Rep FFProbeData = D1 ('MetaData "FFProbeData" "FFProbe" "haskell-ffprobe-0.1.0.1-3Rc6lu4agA27p07DNrczEU" 'False) (C1 ('MetaCons "FFProbeData" 'PrefixI 'True) (S1 ('MetaSel ('Just "streams") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Stream]) :*: (S1 ('MetaSel ('Just "chapters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Chapter]) :*: S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Format))))