Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add multi-monitor support #134

Merged
merged 51 commits into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
19e650a
rebase add multi-monitor support
Antonoko Feb 27, 2024
a27062b
update poetry
Antonoko Feb 27, 2024
ab1708d
clean wintitle: remove asterisk for saved state
Antonoko Mar 15, 2024
be4fe8a
remove half res scale record setting
Antonoko Mar 27, 2024
cea89c5
add ui setting WIP
Antonoko Mar 27, 2024
a24b20e
add ui setting WIP
Antonoko Mar 27, 2024
fabb6e9
add ui setting
Antonoko Mar 27, 2024
f1c842c
remove compress preset from config class
Antonoko Mar 29, 2024
384f7f0
add record encoder WIP
Antonoko Mar 29, 2024
1e91c96
add record encoder
Antonoko Mar 29, 2024
42dd100
add multi and single display record
Antonoko Apr 2, 2024
dbe8ebc
add ocr mask process
Antonoko Apr 2, 2024
9c231f6
fix ocr crop img
Antonoko Apr 2, 2024
31a3b9a
fix record fallback logic
Antonoko Apr 2, 2024
99dd43f
remove pyautogui in flag
Antonoko Apr 2, 2024
06cf645
fix bug and improve perform
Antonoko Apr 2, 2024
fe77451
add onboard setting
Antonoko Apr 3, 2024
9c3d202
add onboard setting
Antonoko Apr 3, 2024
03de815
tweak onboard setting
Antonoko Apr 3, 2024
968950a
add i18n
Antonoko Apr 3, 2024
7ad0533
add crop URBL fallback
Antonoko Apr 3, 2024
723e5ee
remove PyAutoGUI
Antonoko Apr 3, 2024
e5b1dad
update poetry dependence
Antonoko Apr 3, 2024
4c9bc53
add strategy condition in screenshot compare
Antonoko Apr 3, 2024
0c5e6b6
record base on bitrate not crf
Antonoko Apr 3, 2024
7595a82
change setting to bitrate and add estimate
Antonoko Apr 3, 2024
097aa75
Update languages.json
Antonoko Apr 3, 2024
e07c285
remove disable when under auto index
Antonoko Apr 3, 2024
00919f9
Update CHANGELOG.md
Antonoko Apr 3, 2024
ee85fa0
Fix record strategy condition in set_display function
ASC8384 Apr 4, 2024
e86725f
update changelog
Antonoko Apr 4, 2024
baa59d7
completed edge options
Antonoko Apr 4, 2024
aab4467
Update languages.json
Antonoko Apr 4, 2024
a316d33
Add support for SVT-AV1 encoder and extract i-frames using FFmpeg
ASC8384 Apr 4, 2024
c6c293c
Add PaddleOCR module installation script
ASC8384 Apr 4, 2024
93dc90a
Add PaddleOCR support for text recognition
ASC8384 Apr 5, 2024
d2d6529
Update logger wr.log using UTF8
ASC8384 Apr 5, 2024
52d2aae
Update OCR logic thresholds
ASC8384 Apr 5, 2024
df5f2a1
Revert "Add PaddleOCR support for text recognition"
Antonoko Apr 9, 2024
a36abe3
Revert "Add PaddleOCR module installation script"
Antonoko Apr 9, 2024
08c34ea
revert default record method due to performance compatibility
Antonoko Apr 9, 2024
f72efad
add ocr img preprocessor
Antonoko Apr 16, 2024
b58a4fc
update onboard setting
Antonoko Apr 19, 2024
5f0e607
fix display record setting not appoint config
Antonoko Apr 19, 2024
603ab10
update i18n and polish setting
Antonoko Apr 19, 2024
7131964
tweak setting
Antonoko Apr 19, 2024
425f755
fix find_closest_video_by_filesys if empty list
Antonoko Apr 19, 2024
1fbf2bb
tweak i18n
Antonoko Apr 19, 2024
d28f99c
Update CHANGELOG.md
Antonoko Apr 19, 2024
61ef7b1
Update CHANGELOG.md
Antonoko Apr 19, 2024
713bb31
update img
Antonoko Apr 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog 更新日志

## 0.0.11
> 2024-04-19

- 支持多显示器与单个显示器录制;
- 添加了录制时的编码选项(cpu_h264, cpu_h265, NVIDIA_h265, AMD_h265, SVT-AV1);
- 优化了索引时比较图像的性能;

- Supports multi-monitor and single-monitor recording;
- Added encoding options when recording (cpu_h264, cpu_h265, NVIDIA_h265, AMD_h265, SVT-AV1);
- Optimized the performance of comparing images during indexing;

### Fixed
- bug: 当锁屏时程序有几率不会进入空闲暂停状态;There is a chance that the program will not enter the idle pause state when the screen is locked;

## 0.0.10
> 2024-03-03

Expand Down
Binary file modified __assets__/how-it-work-en.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __assets__/how-it-work-sc.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __assets__/workflow-en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __assets__/workflow-ja.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified __assets__/workflow-sc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion extension/i18n_create_synonyms_embedding_asset/meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extension_name": "Create synonyms for i18n",
"extension_name": "[for i18n contributor] Create synonyms for i18n",
"developer_name": "antonoko",
"developer_url": "https://github.com/Antonoko",
"version": "0.0.1",
Expand Down
Loading