Skip to content

Commit

Permalink
add multi-monitor support (#134)
Browse files Browse the repository at this point in the history
* rebase add multi-monitor support

#67

* update poetry

* clean wintitle: remove asterisk for saved state

* remove half res scale record setting

* add ui setting WIP

* add ui setting WIP

* add ui setting

* remove compress preset from config class

* add record encoder WIP

* add record encoder

* add multi and single display record

* add ocr mask process

* fix ocr crop img

* fix record fallback logic

* remove pyautogui in flag

* fix bug and improve perform

* add onboard setting

* add onboard setting

* tweak onboard setting

* add i18n

* add crop URBL fallback

* remove PyAutoGUI

* update poetry dependence

* add strategy condition in screenshot compare

* record base on bitrate not crf

* change setting to bitrate and add estimate

* Update languages.json

* remove disable when under auto index

* Update CHANGELOG.md

* Fix record strategy condition in set_display function

* update changelog

* completed edge options

* Update languages.json

* Add support for SVT-AV1 encoder and extract i-frames using FFmpeg

* Add PaddleOCR module installation script

* Add PaddleOCR support for text recognition

* Update logger wr.log using UTF8

* Update OCR logic thresholds

* Revert "Add PaddleOCR support for text recognition"

This reverts commit 93dc90a.

* Revert "Add PaddleOCR module installation script"

This reverts commit c6c293c.

* revert default record method due to performance compatibility

* add ocr img preprocessor

* update onboard setting

* fix display record setting not appoint config

* update i18n and polish setting

* tweak setting

* fix find_closest_video_by_filesys if empty list

* tweak i18n

* Update CHANGELOG.md

* Update CHANGELOG.md

* update img

---------

Co-authored-by: ASC_8384 <ASC_8384@foxmail.com>
  • Loading branch information
Antonoko and ASC8384 authored Apr 19, 2024
1 parent 424d198 commit 422df8b
Show file tree
Hide file tree
Showing 26 changed files with 1,232 additions and 781 deletions.
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

0 comments on commit 422df8b

Please sign in to comment.