# Matches Progress Lines in FFMpeg output ^frame= # frame= \s{0,}(?\d+)\s{0,} # Followed by the Frame Number fps= # fps= \s{0,}(?[\d\.]+)\s+ # Followed by Frames Per Second q= # q= (?[\d\.]+)\s+ # Followed by the Quanitizer Scale L?size= # size= \s+(?\d{1,}\wB)\s+ # Followed by the Size time= # time= (?