Skip to content

Commit 2c71cd0

Browse files
committed
Decrease default FPS to 12
1 parent c1ef38f commit 2c71cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WindowTextExtractor/Forms/MainForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public partial class MainForm : Form, IMessageFilter
2424
private const string DEFAULT_VIDEO_FILE_NAME = "window.avi";
2525
private const string DEFAULT_FONT_NAME = "Courier New";
2626
private const int DEFAULT_FONT_SIZE = 10;
27-
private const int DEFAULT_FPS = 24;
27+
private const int DEFAULT_FPS = 12;
2828
private const decimal DEFAULT_SCALE = 1;
2929

3030
private readonly int _processId;

0 commit comments

Comments
 (0)