Structs§
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: