Skip to content

Commit

Permalink
fix: Generating .regex.txt files ( Fixes #235, Fixes #236 )
Browse files Browse the repository at this point in the history
  • Loading branch information
James Brundage authored and James Brundage committed Sep 22, 2024
1 parent 9716bed commit 23bd363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RegEx/FFmpeg/Progress.regex.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
fps= # fps=
\s{0,}(?<FramesPerSecond>[\d\.]+)\s+ # Followed by Frames Per Second
q= # q=
(?<QuanitizerScale>[\d\.]+)\s+ # Followed by the Quanitizer Scale
(?<QuanitizerScale>[\d\.N/A+]+)\s+ # Followed by the Quanitizer Scale
L?size= # size=
\s+(?<Size>\d{1,}\wB)\s+ # Followed by the Size
time= # time=
Expand Down

0 comments on commit 23bd363

Please sign in to comment.