-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.html
More file actions
142 lines (137 loc) · 6.97 KB
/
Copy pathindex.html
File metadata and controls
142 lines (137 loc) · 6.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/brand/kubeezcut-logo.png" />
<link rel="apple-touch-icon" href="/brand/kubeezcut-logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#09090b" />
<meta name="color-scheme" content="dark light" />
<title>KubeezCut — Free Browser Video Editor with AI Generation via Kubeez.com</title>
<meta
name="description"
content="KubeezCut: free open-source (MIT) browser video editor — multi-track NLE, WebGPU compositing, WebCodecs MP4 export, local-first media. Optional AI images, video, music & speech via Kubeez.com API. No install. Guides on WebGPU, WebCodecs & privacy in our blog."
/>
<meta
name="keywords"
content="KubeezCut, free video editor, open source video editor, browser video editor, online video editor no upload, timeline editor, multi-track NLE, non-linear editor, WebGPU video editor, WebCodecs export, MP4 export browser, local-first video editor, MIT license, AI video editor, Kubeez.com API, generative video, text to speech video, free NLE, cross-platform video editor"
/>
<meta name="robots" content="index, follow" />
<link rel="canonical" href="%SITE_URL%/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="KubeezCut" />
<meta property="og:title" content="KubeezCut — Free Browser Video Editor with AI via Kubeez.com" />
<meta
property="og:description"
content="Free open-source browser video editor: multi-track timeline, WebGPU, local-first. MIT licensed. Optional AI images, video, music & speech from Kubeez.com — generate, then edit in KubeezCut."
/>
<meta property="og:url" content="%SITE_URL%/" />
<meta property="og:image" content="%SITE_URL%/brand/kubeezcut-logo.png" />
<meta property="og:locale" content="en_US" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="KubeezCut — Free Browser Video Editor with AI via Kubeez.com" />
<meta
name="twitter:description"
content="KubeezCut — free open-source browser video editor (MIT). Local-first editing + optional AI from Kubeez.com."
/>
<meta name="twitter:image" content="%SITE_URL%/brand/kubeezcut-logo.png" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"@id": "%SITE_URL%/#website",
"name": "KubeezCut",
"url": "%SITE_URL%/",
"description": "Free open-source browser-based multi-track video editor. Optional AI-generated media via Kubeez.com.",
"publisher": { "@id": "%SITE_URL%/#org" },
"inLanguage": "en-US"
},
{
"@type": "Organization",
"@id": "%SITE_URL%/#org",
"name": "KubeezCut",
"url": "%SITE_URL%/",
"sameAs": ["https://github.com/MeepCastana/KubeezCut", "https://kubeez.com/"],
"description": "Open source video editing in the browser; pairs with Kubeez.com for optional AI generation APIs."
},
{
"@type": "SoftwareApplication",
"name": "KubeezCut",
"applicationCategory": "MultimediaApplication",
"applicationSubCategory": "VideoEditor",
"operatingSystem": "Web browser",
"description": "KubeezCut is a free, open-source (MIT) multi-track video editor that runs in your browser. Edit locally with WebGPU and WebCodecs. Optionally connect a Kubeez.com API key for AI-generated images, video, music, and speech — then edit and export on your device.",
"url": "%SITE_URL%/",
"downloadUrl": "https://github.com/MeepCastana/KubeezCut",
"image": "%SITE_URL%/brand/kubeezcut-logo.png",
"isAccessibleForFree": true,
"license": "https://opensource.org/licenses/MIT",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"isPartOf": { "@id": "%SITE_URL%/#website" },
"publisher": { "@id": "%SITE_URL%/#org" },
"maintainer": { "@id": "%SITE_URL%/#org" }
},
{
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Is KubeezCut open source and free?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. KubeezCut is free to use and released under the MIT License. You can fork the source on GitHub and run it locally."
}
},
{
"@type": "Question",
"name": "How does AI generation work with Kubeez.com?",
"acceptedAnswer": {
"@type": "Answer",
"text": "KubeezCut edits video in your browser. For optional AI-generated images, video, music, or speech, add a Kubeez API key from kubeez.com in Settings. Media is generated through Kubeez services; editing stays in KubeezCut."
}
},
{
"@type": "Question",
"name": "Does KubeezCut use WebGPU and WebCodecs?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. KubeezCut uses WebGPU for GPU-accelerated compositing and preview where supported, and WebCodecs for encoding and decoding so you can export video in the browser without uploading your timeline to a server."
}
},
{
"@type": "Question",
"name": "Where can I read more about KubeezCut?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Visit the KubeezCut blog at the same site under /blog for articles on browser video editing, local-first workflows, and optional Kubeez.com AI integration."
}
}
]
},
{
"@type": "Blog",
"@id": "%SITE_URL%/#blog",
"name": "KubeezCut Blog",
"url": "%SITE_URL%/blog",
"description": "Articles on free browser video editing, WebGPU, WebCodecs, open-source NLE workflows, and Kubeez.com AI.",
"publisher": { "@id": "%SITE_URL%/#org" },
"inLanguage": "en-US"
}
]
}
</script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap" rel="stylesheet" crossorigin="anonymous" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>