cutcutcodec.core.analysis.ffprobe

Extract the properties of different streams of a multimedia file.

Functions

get_metadata(filename[, ignore_errors])

Call ffprobe and parse the result as a dictionary.

get_slices_metadata(filename[, slice_type])

Get the packets informations for all streams.

get_streams_type(filename[, ignore_errors])

Retrieve in order the stream types present in the file.

parse_duration(duration)

Try to convert a duration information into a fraction in second.