docs: add MIT license and repository badges
This commit is contained in:
@@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2026 MartinDelophy
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
Language: **English** | [中文](README.zh-CN.md)
|
Language: **English** | [中文](README.zh-CN.md)
|
||||||
|
|
||||||
|
[](https://video-editor.ai-creator.top/)
|
||||||
|
[](https://github.com/MartinDelophy/ai-video-editor/stargazers)
|
||||||
|
[](https://github.com/MartinDelophy/ai-video-editor/forks)
|
||||||
|
[](LICENSE)
|
||||||
|
|
||||||
A browser-first AI video editor for image/video timelines, AI voiceover generation, captions, source audio, background music, and MP4/WebM export. The current prototype is inspired by modern dark timeline editors such as CapCut, but focuses on client-side AI voiceover and lightweight video editing workflows.
|
A browser-first AI video editor for image/video timelines, AI voiceover generation, captions, source audio, background music, and MP4/WebM export. The current prototype is inspired by modern dark timeline editors such as CapCut, but focuses on client-side AI voiceover and lightweight video editing workflows.
|
||||||
|
|
||||||
## Demo Video
|
## Demo Video
|
||||||
@@ -217,4 +222,10 @@ The following are intentionally excluded from git:
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Prototype project. Add a license before public production use.
|
Released under the [MIT License](LICENSE). You may use, modify, and distribute this project with attribution.
|
||||||
|
|
||||||
|
## Star History
|
||||||
|
|
||||||
|
If Timeline Studio is useful to you, starring the repository helps more people discover it.
|
||||||
|
|
||||||
|
[](https://star-history.com/#MartinDelophy/ai-video-editor&Date)
|
||||||
|
|||||||
+12
-1
@@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
语言:[English](README.md) | **中文**
|
语言:[English](README.md) | **中文**
|
||||||
|
|
||||||
|
[](https://video-editor.ai-creator.top/)
|
||||||
|
[](https://github.com/MartinDelophy/ai-video-editor/stargazers)
|
||||||
|
[](https://github.com/MartinDelophy/ai-video-editor/forks)
|
||||||
|
[](LICENSE)
|
||||||
|
|
||||||
一个浏览器优先的 AI 视频编辑器,支持图片/视频时间线、AI 配音、字幕、视频原声、背景音乐以及 MP4/WebM 导出。当前原型参考了 CapCut/剪映一类深色时间线编辑器,但重点放在 Web 端 AI 配音和轻量视频编辑流程。
|
一个浏览器优先的 AI 视频编辑器,支持图片/视频时间线、AI 配音、字幕、视频原声、背景音乐以及 MP4/WebM 导出。当前原型参考了 CapCut/剪映一类深色时间线编辑器,但重点放在 Web 端 AI 配音和轻量视频编辑流程。
|
||||||
|
|
||||||
## 演示视频
|
## 演示视频
|
||||||
@@ -202,4 +207,10 @@ npx netlify-cli deploy --prod --dir=dist
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
原型项目。公开生产使用前建议补充正式 License。
|
本项目采用 [MIT License](LICENSE)。在保留版权声明的前提下,可以自由使用、修改和分发。
|
||||||
|
|
||||||
|
## Star 趋势
|
||||||
|
|
||||||
|
如果 Timeline Studio 对你有帮助,欢迎点一个 Star,这会帮助更多人发现这个项目。
|
||||||
|
|
||||||
|
[](https://star-history.com/#MartinDelophy/ai-video-editor&Date)
|
||||||
|
|||||||
Generated
+1
@@ -7,6 +7,7 @@
|
|||||||
"": {
|
"": {
|
||||||
"name": "web-player",
|
"name": "web-player",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@diffusionstudio/vits-web": "^1.0.3",
|
"@diffusionstudio/vits-web": "^1.0.3",
|
||||||
"@ffmpeg/ffmpeg": "^0.12.15",
|
"@ffmpeg/ffmpeg": "^0.12.15",
|
||||||
|
|||||||
@@ -2,6 +2,16 @@
|
|||||||
"name": "web-player",
|
"name": "web-player",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"description": "A local-first browser AI video editor for voiceovers, captions, talking avatars, and multi-track timeline export.",
|
||||||
|
"license": "MIT",
|
||||||
|
"homepage": "https://video-editor.ai-creator.top/",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/MartinDelophy/ai-video-editor.git"
|
||||||
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/MartinDelophy/ai-video-editor/issues"
|
||||||
|
},
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite --host 127.0.0.1",
|
"dev": "vite --host 127.0.0.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user