We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我在设置完成开机自启后,有显示windrecorder的启动命令行界面,但是我没有在系统托盘中找到他
我通过任务管理器检查,发现实际上服务也是在正常运行的
wr.log文件内容:
2025-04-05 08:07:54,470 - [db_manager.py:46] - db_main_initialize - INFO - Initialize the database... 2025-04-05 08:07:54,476 - [db_manager.py:90] - db_initialize - INFO - db existed and not empty 2025-04-05 08:07:57,920 - [db_manager.py:46] - db_main_initialize - INFO - Initialize the database... 2025-04-05 08:07:57,921 - [db_manager.py:90] - db_initialize - INFO - db existed and not empty 2025-04-05 08:07:59,904 - [record_screen.py:269] - main - INFO - Windrecorder: config.OCR_index_strategy: 1 2025-04-05 08:07:59,905 - [ocr_manager.py:984] - ocr_process_videos - INFO - Processing all video files. 2025-04-05 08:07:59,905 - [record_screen.py:290] - main - INFO - config.screentime_not_change_to_pause_record=1 2025-04-05 08:08:02,260 - [record_screen.py:229] - monitor_compare_screenshot - INFO - monitor_idle_minutes:0, similarity:None 2025-04-05 08:08:03,277 - [record.py:118] - record_screen_via_ffmpeg - INFO - record_screen: ffmpeg cmd: ['ffmpeg', '-hwaccel', 'auto', '-f', 'gdigrab', '-framerate', '2', '-video_size', '2560x1440', '-offset_x', '0', '-offset_y', '0', '-i', 'desktop', '-c:v', 'hevc_nvenc', '-b:v', '250k', '-pix_fmt', 'yuv420p', '-t', '900', 'userdata\\videos\\2025-04\\2025-04-05_08-08-03.mp4'] 2025-04-05 08:08:05,224 - [record.py:123] - record_screen_via_ffmpeg - ERROR - Windrecorder: ['ffmpeg', '-hwaccel', 'auto', '-f', 'gdigrab', '-framerate', '2', '-video_size', '2560x1440', '-offset_x', '0', '-offset_y', '0', '-i', 'desktop', '-c:v', 'hevc_nvenc', '-b:v', '250k', '-pix_fmt', 'yuv420p', '-t', '900', 'userdata\\videos\\2025-04\\2025-04-05_08-08-03.mp4'] failed with return code 4294967256 2025-04-05 08:08:05,224 - [record_screen.py:159] - continuously_record_screen - INFO - Windrecorder: Starting Indexing video data: '2025-04-05_08-08-03.mp4' 2025-04-05 08:08:05,225 - [record_screen.py:113] - index_video_data - INFO - - Windrecorder - ---Indexing OCR data --- 2025-04-05 08:08:05,226 - [record_screen.py:117] - index_video_data - INFO - --userdata\videos\2025-04\2025-04-05_08-08-03.mp4 existed. Start ocr processing. 2025-04-05 08:08:05,228 - [file_utils.py:53] - ensure_dir - INFO - files: created folder cache\i_frames\2025-04-05_08-08-03 2025-04-05 08:08:05,228 - [ocr_manager.py:150] - extract_iframe - INFO - extracting video i-frame: userdata\videos\2025-04\2025-04-05_08-08-03-INDEX.mp4 2025-04-05 08:08:06,166 - [ocr_manager.py:944] - ocr_process_single_video - INFO - Add tags to video file 2025-04-05 08:08:06,168 - [ocr_manager.py:947] - ocr_process_single_video - INFO - --------- userdata\videos\2025-04\2025-04-05_08-08-03-INDEX.mp4 Finished! --------- 2025-04-05 08:08:08,025 - [record.py:118] - record_screen_via_ffmpeg - INFO - record_screen: ffmpeg cmd: ['ffmpeg', '-hwaccel', 'auto', '-f', 'gdigrab', '-framerate', '2', '-video_size', '2560x1440', '-offset_x', '0', '-offset_y', '0', '-i', 'desktop', '-c:v', 'hevc_nvenc', '-b:v', '250k', '-pix_fmt', 'yuv420p', '-t', '900', 'userdata\\videos\\2025-04\\2025-04-05_08-08-08.mp4'] 2025-04-05 08:08:09,961 - [record.py:123] - record_screen_via_ffmpeg - ERROR - Windrecorder: ['ffmpeg', '-hwaccel', 'auto', '-f', 'gdigrab', '-framerate', '2', '-video_size', '2560x1440', '-offset_x', '0', '-offset_y', '0', '-i', 'desktop', '-c:v', 'hevc_nvenc', '-b:v', '250k', '-pix_fmt', 'yuv420p', '-t', '900', 'userdata\\videos\\2025-04\\2025-04-05_08-08-08.mp4'] failed with return code 4294967256 2025-04-05 08:08:09,962 - [record_screen.py:159] - continuously_record_screen - INFO - Windrecorder: Starting Indexing video data: '2025-04-05_08-08-08.mp4' 2025-04-05 08:08:09,963 - [record_screen.py:113] - index_video_data - INFO - - Windrecorder - ---Indexing OCR data --- 2025-04-05 08:08:09,963 - [record_screen.py:117] - index_video_data - INFO - --userdata\videos\2025-04\2025-04-05_08-08-08.mp4 existed. Start ocr processing. 2025-04-05 08:08:09,965 - [file_utils.py:53] - ensure_dir - INFO - files: created folder cache\i_frames\2025-04-05_08-08-08 2025-04-05 08:08:09,965 - [ocr_manager.py:150] - extract_iframe - INFO - extracting video i-frame: userdata\videos\2025-04\2025-04-05_08-08-08-INDEX.mp4 2025-04-05 08:08:10,184 - [ocr_manager.py:944] - ocr_process_single_video - INFO - Add tags to video file 2025-04-05 08:08:10,184 - [ocr_manager.py:947] - ocr_process_single_video - INFO - --------- userdata\videos\2025-04\2025-04-05_08-08-08-INDEX.mp4 Finished! --------- 2025-04-05 08:08:12,869 - [record.py:118] - record_screen_via_ffmpeg - INFO - record_screen: ffmpeg cmd: ['ffmpeg', '-hwaccel', 'auto', '-f', 'gdigrab', '-framerate', '2', '-video_size', '2560x1440', '-offset_x', '0', '-offset_y', '0', '-i', 'desktop', '-c:v', 'hevc_nvenc', '-b:v', '250k', '-pix_fmt', 'yuv420p', '-t', '900', 'userdata\\videos\\2025-04\\2025-04-05_08-08-12.mp4'] 2025-04-05 08:08:15,354 - [record.py:123] - record_screen_via_ffmpeg - ERROR - Windrecorder: ['ffmpeg', '-hwaccel', 'auto', '-f', 'gdigrab', '-framerate', '2', '-video_size', '2560x1440', '-offset_x', '0', '-offset_y', '0', '-i', 'desktop', '-c:v', 'hevc_nvenc', '-b:v', '250k', '-pix_fmt', 'yuv420p', '-t', '900', 'userdata\\videos\\2025-04\\2025-04-05_08-08-12.mp4'] failed with return code 4294967256 2025-04-05 08:08:15,354 - [record_screen.py:159] - continuously_record_screen - INFO - Windrecorder: Starting Indexing video data: '2025-04-05_08-08-12.mp4' 2025-04-05 08:08:15,355 - [record_screen.py:113] - index_video_data - INFO - - Windrecorder - ---Indexing OCR data ---
windows 10
python 3.11.8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题:
我在设置完成开机自启后,有显示windrecorder的启动命令行界面,但是我没有在系统托盘中找到他
我检查的过程:
我通过任务管理器检查,发现实际上服务也是在正常运行的
wr.log文件内容:
环境
windows 10
python 3.11.8
The text was updated successfully, but these errors were encountered: