{"id":23406952,"url":"https://github.com/4kaforever11/video-conversion","last_synced_at":"2026-05-17T09:36:20.880Z","repository":{"id":267071546,"uuid":"900032093","full_name":"4KAForever11/Video-Conversion","owner":"4KAForever11","description":"🎥A simple and powerful video processing tool developed based on Python and PySide6.🎥 一个简单且功能强大的视频处理工具，基于Python和PySide6开发。","archived":false,"fork":false,"pushed_at":"2024-12-08T09:35:01.000Z","size":56,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T00:07:15.979Z","etag":null,"topics":["opencv","pyside6","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/4KAForever11.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-07T17:19:30.000Z","updated_at":"2024-12-12T14:53:08.000Z","dependencies_parsed_at":"2024-12-08T06:18:24.396Z","dependency_job_id":"7957fed5-fb20-43ca-9c5d-a7c911b58474","html_url":"https://github.com/4KAForever11/Video-Conversion","commit_stats":null,"previous_names":["4kaforever11/video-conversion"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/4KAForever11/Video-Conversion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4KAForever11%2FVideo-Conversion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4KAForever11%2FVideo-Conversion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4KAForever11%2FVideo-Conversion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4KAForever11%2FVideo-Conversion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/4KAForever11","download_url":"https://codeload.github.com/4KAForever11/Video-Conversion/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4KAForever11%2FVideo-Conversion/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263882285,"owners_count":23524461,"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","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":["opencv","pyside6","python3"],"created_at":"2024-12-22T14:16:25.204Z","updated_at":"2025-10-26T17:16:01.276Z","avatar_url":"https://github.com/4KAForever11.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 视频处理工具\r\n\r\n一个简单且功能强大的视频处理工具，支持视频格式转换和水印去除功能。\r\n![main](main.png)\r\n\r\n## 功能特点\r\n\r\n- 视频格式转换\r\n  - 支持多种常见视频格式（MP4, AVI, MKV, MOV, WMV）之间的互相转换\r\n  - 保持原视频质量\r\n  - 实时显示转换进度\r\n  - 可自定义输出目录\r\n\r\n- 视频水印去除\r\n  - 可视化水印区域选择\r\n  - 智能水印检测\r\n  - 高质量水印去除\r\n  - 保持视频其他部分清晰度\r\n\r\n\r\n### 项目结构\r\n\r\n```\r\nVideo-Conversion/\r\n├── Video-GUI.py # 主程序\r\n├── resources_rc.py # 资源文件\r\n├── create_ico.py # 图标生成脚本\r\n├── requirements.txt # 依赖列表\r\n└── icons/ # 图标资源目录\r\n├── video.svg\r\n└── github.svg\r\n```\r\n\r\n## 依赖项\r\n\r\n- Python 3.8+\r\n- PySide6\r\n- FFmpeg-python\r\n- OpenCV-Python\r\n- Moviepy\r\n- Numpy\r\n\r\n## 使用说明\r\n\r\n### 视频格式转换\r\n\r\n1. 点击\"浏览文件\"选择需要转换的视频\r\n2. 从下拉菜单选择目标格式\r\n3. 点击\"开始转换\"\r\n4. 等待转换完成\r\n\r\n### 水印去除\r\n\r\n1. 从\"工具\"菜单选择\"去除水印\"\r\n2. 选择需要处理的视频文件\r\n3. 点击\"选择水印区域\"并在预览窗口中框选水印位置\r\n4. 点击\"开始处理\"\r\n5. 等待处理完成\r\n\r\n## 设置\r\n\r\n- 在菜单\"设置\"中可以：\r\n  - 设置默认输出目录\r\n\r\n\r\n\r\n## 安装说明\r\n\r\n### 方法一：直接使用\r\n\r\n1. 从 [Releases](https://github.com/4KAForever11/Video-Conversion/releases) 下载最新版本的可执行文件\r\n2. 双击运行 `Video-Processing-Tool.exe`\r\n\r\n### 方法二：从源码运行\r\n\r\n1. 克隆仓库\r\n\r\n```bash\r\ngit clone https://github.com/4KAForever11/Video-Conversion.git\r\n\r\ncd Video-Conversion\r\n```\r\n\r\n2. 安装依赖\r\n\r\n```bash\r\npip install -r requirements.txt\r\n``` \r\n\r\n3. 运行 `Video-GUI.py`\r\n\r\n```bash\r\npython Video-GUI.py\r\n```\r\n\r\n## 注意事项\r\n\r\n- 请确保安装了所有依赖项，否则可能会导致程序无法正常运行。\r\n- 请确保安装了FFmpeg，否则可能会导致视频格式转换失败。\r\n\r\n\r\n\r\n## 贡献指南\r\n\r\n欢迎提交 Pull Request 或创建 Issue。\r\n\r\n## 许可证\r\n\r\n本项目采用 MIT 许可证。详见 [LICENSE](LICENSE) 文件。\r\n\r\n## 作者\r\n\r\n- [@4KAForever11](https://github.com/4KAForever11)\r\n\r\n## 更新日志\r\n\r\n### v1.0.0 (2024-12-08)\r\n- 初始版本发布\r\n- 实现基础视频格式转换功能\r\n- 实现水印去除功能\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4kaforever11%2Fvideo-conversion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F4kaforever11%2Fvideo-conversion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4kaforever11%2Fvideo-conversion/lists"}