You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,13 @@ Both the frame directory and output gif are created inside `<scripFilePath>` pat
107
107
- both the output frames and produced gif are created inside the script location e.g.
108
108
`<luaScriptPath>/frames/` and `<luaScriptPath>/outputGif.gif`
109
109
110
+
-`-u <updateRate>` or `--updaterate <updateRate>`
111
+
112
+
Changes progress bar update interval: how many pixels to render (from base resolution) before sending update print.
113
+
- default value is 500
114
+
- updateRate < 100 defaults to 500 (except 0): terminal can start to flickers with too fast updates. Even values above 100 will likely cause issues so adjust this accordingly.
115
+
- 0 is a special value: it sets updateRate=base_width*base_height, meaning there will only be a single update from 0% to 100%
116
+
110
117
-`--debug <mode>`
111
118
112
119
Renders image based on selected debug mode. These are:
0 commit comments