Module log_parser

Source

Structs§

FfmpegLogParser

Functions§

parse_time_str
Parse a time string in the format HOURS:MM:SS.MILLISECONDS into a number of seconds.
try_parse_configuration
Parses the list of configuration flags ffmpeg was built with. Typically the second line of log output.
try_parse_duration
Example
try_parse_input
Parse an input section like the following extracting the index of the input:
try_parse_output
Parse an output section like the following, extracting the index of the input
try_parse_progress
Parse a progress update line from ffmpeg.
try_parse_stream
Parses a line that represents a stream.
try_parse_version
Parses the ffmpeg version string from the stderr stream, typically the very first line of output: