{"id":26638474,"url":"https://github.com/signitdoc/yi-recorder","last_synced_at":"2025-09-03T02:36:30.011Z","repository":{"id":283259616,"uuid":"951178008","full_name":"SignitDoc/yi-recorder","owner":"SignitDoc","description":"一个基于Electron的轻量级屏幕录制应用","archived":false,"fork":false,"pushed_at":"2025-05-19T02:57:56.000Z","size":30754,"stargazers_count":25,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-17T05:37:23.989Z","etag":null,"topics":["electron","javascript","screenrecorder"],"latest_commit_sha":null,"homepage":"https://signitdoc.github.io/yi-recorder/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SignitDoc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-19T09:28:01.000Z","updated_at":"2025-06-25T08:15:12.000Z","dependencies_parsed_at":"2025-04-21T07:29:19.032Z","dependency_job_id":"326f7c72-9709-4190-a323-115e66ce2b99","html_url":"https://github.com/SignitDoc/yi-recorder","commit_stats":null,"previous_names":["signitdoc/yi-recorder"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/SignitDoc/yi-recorder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SignitDoc%2Fyi-recorder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SignitDoc%2Fyi-recorder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SignitDoc%2Fyi-recorder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SignitDoc%2Fyi-recorder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SignitDoc","download_url":"https://codeload.github.com/SignitDoc/yi-recorder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SignitDoc%2Fyi-recorder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273381678,"owners_count":25095325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["electron","javascript","screenrecorder"],"created_at":"2025-03-24T17:37:47.513Z","updated_at":"2025-09-03T02:36:29.965Z","avatar_url":"https://github.com/SignitDoc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 易录屏\n\n一个使用 Electron 开发的简洁高效的屏幕录制工具，能够快速录制屏幕活动并保存为视频文件。\n\n![应用预览](./assets/logo.svg)\n\n## 功能特点\n\n- 🎥 一键开始录制整个屏幕，多屏幕状态下可自由选择要录制屏幕\n- ⏱️ 实时显示录制时长\n- ⏯️ 支持暂停/恢复录制功能\n- 🕒 支持设置最大录制时长，到达时间后自动停止录制\n- 👁️ 录制完成后提供视频预览功能\n- 💻 录制开始后自动最小化窗口，不影响录制内容\n- 💾 支持将录制内容保存为 WebM/MP4 格式\n- 🖥️ 跨平台支持（Windows/macOS/Linux）\n- 🚀 轻量级，功能精简，启动快速，占用资源少\n\n## 截图展示\n\n![image](https://github.com/user-attachments/assets/f8042860-134b-43c6-b5f6-7cc3ab4679f4)\n\n## 安装方法\n\n### 从发布版本安装\n\n1. 前往 [Releases](https://github.com/yourusername/yi-recorder/releases) 页面\n2. 下载适合您操作系统的安装包：\n   - **Windows**：\n     - `易录屏-Setup-1.1.0.exe` - 安装版本\n     - `易录屏-Portable-1.1.0.exe` - 便携版本\n3. 安装版直接运行安装，便携版可以直接打开使用\n\n### 从源码构建\n\n1. 克隆仓库\n\n   ```bash\n   git clone https://github.com/yourusername/yi-recorder.git\n   cd yi-recorder\n   ```\n\n2. 安装依赖\n\n   ```bash\n   npm install\n   ```\n\n3. 启动应用（开发模式）\n\n   ```bash\n   npm start\n   ```\n\n4. 构建应用（生成安装程序和便携版）\n\n   ```bash\n   npm run build-win\n   ```\n\n   构建后的文件会生成在 `dist` 目录下\n\n## 使用说明\n\n1. 启动应用程序\n2. 可选择是否录制系统声音，并设置最大录制时长（0 表示无限制，默认为 60 分钟）\n3. 点击\"开始录制\"按钮开始录制屏幕\n4. 多屏幕状态下，选择要录制的屏幕\n5. 应用将在倒计时 3 秒后自动最小化，录制继续在后台进行\n6. 录制过程中，可以点击任务栏中的应用图标，使用\"暂停录制\"按钮暂停录制，再次点击继续录制\n7. 需要停止录制时，点击任务栏中的应用图标，然后点击\"停止录制\"\n8. 录制结束后会显示视频预览，可以查看录制内容\n9. 点击\"保存录制\"，选择保存位置即可生成 MP4 格式视频文件\n\n## 技术栈\n\n- Electron - 跨平台桌面应用框架\n- JavaScript - 主要编程语言\n- HTML/CSS - 用户界面\n- WebRTC - 屏幕捕获技术\n- FFmpeg - 视频处理\n\n## 开发计划\n\n- [x] 支持录制视频另存为 mp4 格式\n- [x] 支持多屏幕选择\n- [x] 支持音频录制\n- [x] 添加暂停/恢复录制功能\n- [x] 添加录制预览功能\n- [x] 添加录制时长限制功能\n- [ ] 添加录制区域选择功能\n- [ ] 支持对录制后的视频进行二次处理\n\n## 贡献指南\n\n欢迎贡献代码、报告问题或提出新功能建议。请遵循以下步骤：\n\n1. Fork 本仓库\n2. 创建您的特性分支 (`git checkout -b feature/amazing-feature`)\n3. 提交您的更改 (`git commit -m 'Add some amazing feature'`)\n4. 推送到分支 (`git push origin feature/amazing-feature`)\n5. 开启一个 Pull Request\n\n## 开源许可\n\n本项目采用 [Apache License 2.0](LICENSE) 许可证。\n\n## 版权声明\n\nCopyright 2025 易录屏\n\n---\n\n如果您觉得这个项目有用，请给它一个星标 ⭐️！\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsignitdoc%2Fyi-recorder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsignitdoc%2Fyi-recorder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsignitdoc%2Fyi-recorder/lists"}