-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
292 lines (245 loc) · 15.3 KB
/
index.html
File metadata and controls
292 lines (245 loc) · 15.3 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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#4f46e5">
<meta name="robots" content="index, follow">
<title>4K Screen Recorder Online | No Watermark & Unlimited | OrbitWebTools</title>
<meta name="title" content="4K Screen Recorder Online | No Watermark & Unlimited | OrbitWebTools">
<meta name="description" content="Professional 4K Screen Recorder. No Watermark, No Login, Unlimited Duration. Record Free Fire gameplay, tutorials, and meetings with System Audio & Mic instantly.">
<meta name="keywords" content="online screen recorder, 4k screen capture, no watermark recorder, free screen recorder, unlimited screen recording, orbitwebtools, gameplay recorder">
<link rel="canonical" href="https://orbitwebtools.github.io/online-screen-recorder/" />
<meta property="og:type" content="website">
<meta property="og:url" content="https://orbitwebtools.github.io/online-screen-recorder/">
<meta property="og:title" content="🔴 Instant 4K Screen Recorder (No Watermark)">
<meta property="og:description" content="Unlimited recording time. Crystal clear 60FPS. No software install needed. Try OrbitWebTools now!">
<meta property="og:image" content="https://orbitwebtools.github.io/online-screen-recorder/banner.jpg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="🔴 Free 4K Screen Recorder - No Watermark">
<meta name="twitter:image" content="https://orbitwebtools.github.io/online-screen-recorder/banner.jpg">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "OrbitWebTools Screen Recorder",
"operatingSystem": "Web Browser",
"applicationCategory": "MultimediaApplication",
"offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" },
"aggregateRating": { "@type": "AggregateRating", "ratingValue": "4.9", "ratingCount": "2150" },
"featureList": ["4K UHD Recording", "60 FPS Support", "No Watermark", "Unlimited Time", "System Audio Capture"]
}
</script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;800&display=swap" rel="stylesheet">
<style>
:root {
--primary: #4f46e5;
--primary-dark: #4338ca;
--accent: #06b6d4;
--bg: #f8fafc;
--surface: #ffffff;
--text-main: #0f172a;
--text-sub: #64748b;
--border: #e2e8f0;
--success: #10b981;
--whatsapp: #25D366;
--shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Plus Jakarta Sans', sans-serif; background: var(--bg); color: var(--text-main); display: flex; flex-direction: column; align-items: center; min-height: 100vh; overflow-x: hidden; }
nav { width: 100%; padding: 1rem 2rem; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(10px); position: sticky; top: 0; z-index: 100; }
.brand { font-size: 1.4rem; font-weight: 800; letter-spacing: -0.5px; }
.brand span { background: linear-gradient(135deg, var(--primary), var(--accent)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.badge-pro { background: #eff6ff; color: var(--primary); padding: 4px 12px; border-radius: 50px; font-size: 0.7rem; font-weight: 800; border: 1px solid #dbeafe; }
.container { width: 100%; max-width: 1000px; padding: 2rem 1.5rem; }
.hero { text-align: center; margin-bottom: 3rem; }
h1 { font-size: 3rem; font-weight: 800; letter-spacing: -1.5px; margin-bottom: 10px; line-height: 1.1; }
.hero p { color: var(--text-sub); font-size: 1.1rem; }
.app-shell { background: var(--surface); border-radius: 28px; border: 1px solid var(--border); box-shadow: var(--shadow); overflow: hidden; position: relative; }
.toolbar { display: flex; flex-wrap: wrap; gap: 15px; padding: 25px; background: #fcfdfe; border-bottom: 1px solid var(--border); }
.tool-group { flex: 1; min-width: 140px; }
.label { font-size: 0.7rem; font-weight: 800; text-transform: uppercase; color: var(--text-sub); margin-bottom: 8px; display: block; letter-spacing: 0.5px; }
select { width: 100%; padding: 12px; border-radius: 12px; border: 1px solid var(--border); font-weight: 600; cursor: pointer; background: white; transition: 0.2s; }
select:hover { border-color: var(--primary); }
.preview-stage { position: relative; width: 100%; aspect-ratio: 16/9; background: #000; display: flex; align-items: center; justify-content: center; }
video { width: 100%; height: 100%; object-fit: contain; border-radius: 4px; }
.rec-pill { position: absolute; top: 20px; left: 20px; background: rgba(239, 68, 68, 0.9); color: white; padding: 10px 20px; border-radius: 50px; font-weight: 800; font-size: 0.85rem; display: none; align-items: center; gap: 10px; z-index: 10; backdrop-filter: blur(5px); }
.dot { width: 10px; height: 10px; background: white; border-radius: 50%; animation: blink 1.2s infinite; }
@keyframes blink { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(0.8); } }
.actions { padding: 30px; display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; background: white; }
.btn { padding: 16px 35px; border-radius: 14px; font-weight: 700; border: none; cursor: pointer; transition: 0.2s; display: flex; align-items: center; gap: 10px; font-size: 1rem; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); }
.btn:active { transform: scale(0.96); }
.btn-start { background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: white; }
.btn-stop { background: var(--text-main); color: white; display: none; }
.btn-dl { background: linear-gradient(135deg, var(--success), #059669); color: white; display: none; }
.btn-share { background: var(--whatsapp); color: white; display: none; }
.seo-box { margin-top: 50px; padding: 40px; background: white; border-radius: 24px; border: 1px solid var(--border); line-height: 1.8; }
.seo-box h2 { margin-bottom: 20px; font-size: 1.8rem; color: var(--primary); letter-spacing: -0.5px; }
.seo-box p { margin-bottom: 15px; color: var(--text-sub); }
footer { margin: 60px 0 30px; color: var(--text-sub); font-size: 0.9rem; text-align: center; border-top: 1px solid var(--border); padding-top: 20px; width: 100%; max-width: 1000px; }
#msg { pointer-events: none; }
@media(max-width: 768px) {
h1 { font-size: 2.2rem; }
.toolbar { flex-direction: column; }
.actions { flex-direction: column; }
.btn { width: 100%; justify-content: center; }
}
</style>
</head>
<body>
<nav>
<div class="brand">OrbitWeb<span>Tools</span></div>
<div class="badge-pro">GOD MODE 2.0</div>
</nav>
<div class="container">
<div class="hero">
<div style="background: #e0e7ff; color: var(--primary); padding: 6px 16px; border-radius: 50px; font-size: 0.75rem; font-weight: 800; display: inline-block; margin-bottom: 15px;">FREE ONLINE UTILITY</div>
<h1>Record Your Screen <br>in <span style="color:var(--primary)">4K Quality</span></h1>
<p>No Watermark. No Time Limits. No Install. <br>Capture gameplay and tutorials with system audio instantly.</p>
</div>
<div class="app-shell">
<div class="toolbar">
<div class="tool-group">
<span class="label">Resolution</span>
<select id="res">
<option value="1080">Full HD (1080p)</option>
<option value="2160">Ultra HD (4K)</option>
<option value="720">HD (720p)</option>
</select>
</div>
<div class="tool-group">
<span class="label">Frame Rate</span>
<select id="fps">
<option value="60">60 FPS (Pro Gaming)</option>
<option value="30">30 FPS (Standard)</option>
</select>
</div>
<div class="tool-group">
<span class="label">Audio Settings</span>
<select id="audio">
<option value="both">Mic + System Sound</option>
<option value="sys">System Sound Only</option>
<option value="mic">Microphone Only</option>
</select>
</div>
</div>
<div class="preview-stage">
<div class="rec-pill" id="badge"><div class="dot"></div> REC: <span id="timer">00:00</span></div>
<video id="v" autoplay muted playsinline></video>
<div id="msg" style="color:white; text-align:center; position:absolute; z-index: 5;">
<p style="font-weight:800; font-size:1.5rem; margin-bottom: 5px;">Ready to Capture</p>
<p style="font-size:0.95rem; opacity:0.6;">Select your preferences and hit Start</p>
</div>
</div>
<div class="actions">
<button class="btn btn-start" id="startBtn">🔴 Start Recording</button>
<button class="btn btn-stop" id="stopBtn">⬛ Stop & Finish</button>
<button class="btn btn-dl" id="dlBtn">💾 Download Video</button>
<button class="btn btn-share" id="shareBtn">💬 Share Tool</button>
</div>
</div>
<div class="seo-box">
<h2>The Ultimate 4K Screen Recorder for Everyone</h2>
<p><strong>OrbitWebTools Screen Recorder</strong> is a high-performance, web-based utility designed for creators, gamers, and professionals. Capture your browser, specific windows, or your entire screen with <strong>Zero Latency</strong>.</p>
<p>Perfect for recording <strong>Free Fire</strong>, <strong>Indian Bike Driving 3D</strong>, or high-end coding tutorials. Unlike other tools, we provide <strong>Unlimited Duration</strong> and never add watermarks to your hard work. Everything is processed 100% locally in your browser for total privacy.</p>
</div>
<footer>
<p>© 2026 OrbitWebTools • Build for Creators • Privacy First Architecture</p>
</footer>
</div>
<script>
const startBtn = document.getElementById('startBtn');
const stopBtn = document.getElementById('stopBtn');
const dlBtn = document.getElementById('dlBtn');
const shareBtn = document.getElementById('shareBtn');
const v = document.getElementById('v');
const badge = document.getElementById('badge');
const timerTxt = document.getElementById('timer');
const msg = document.getElementById('msg');
let recorder, chunks = [], stream, timerInterval;
const getMime = () => {
const types = ['video/webm;codecs=vp9', 'video/webm;codecs=vp8', 'video/webm', 'video/mp4'];
return types.find(t => MediaRecorder.isTypeSupported(t)) || '';
};
startBtn.onclick = async () => {
try {
const resolution = document.getElementById('res').value;
const fps = document.getElementById('fps').value;
const audioType = document.getElementById('audio').value;
// 1. Request Screen Capture
stream = await navigator.mediaDevices.getDisplayMedia({
video: { width: resolution == '2160' ? 3840 : 1920, frameRate: fps },
audio: audioType !== 'mic'
});
// 2. Request Mic if selected
if(audioType === 'both' || audioType === 'mic') {
try {
const mic = await navigator.mediaDevices.getUserMedia({ audio: true });
mic.getAudioTracks().forEach(track => stream.addTrack(track));
} catch(e) { console.warn("Microphone access denied."); }
}
const mime = getMime();
recorder = new MediaRecorder(stream, {
mimeType: mime,
videoBitsPerSecond: resolution == '2160' ? 25000000 : 8000000
});
recorder.ondataavailable = e => { if(e.data.size > 0) chunks.push(e.data); };
recorder.onstop = () => {
clearInterval(timerInterval);
const blob = new Blob(chunks, { type: mime });
const url = URL.createObjectURL(blob);
v.srcObject = null;
v.src = url;
v.controls = true;
v.muted = false;
dlBtn.onclick = () => {
const a = document.createElement('a');
a.href = url;
a.download = `OrbitRec_${Date.now()}.${mime.includes('mp4') ? 'mp4' : 'webm'}`;
a.click();
};
badge.style.display = 'none';
stopBtn.style.display = 'none';
dlBtn.style.display = 'flex';
shareBtn.style.display = 'flex';
startBtn.style.display = 'flex';
startBtn.innerText = "Record New Video";
};
recorder.start();
chunks = [];
v.srcObject = stream;
msg.style.display = 'none';
startBtn.style.display = 'none';
stopBtn.style.display = 'flex';
dlBtn.style.display = 'none';
shareBtn.style.display = 'none';
badge.style.display = 'flex';
let secCount = 0;
timerInterval = setInterval(() => {
secCount++;
let m = Math.floor(secCount/60).toString().padStart(2,'0');
let s = (secCount%60).toString().padStart(2,'0');
timerTxt.innerText = `${m}:${s}`;
}, 1000);
// Stop if user clicks browser's "Stop Sharing" button
stream.getVideoTracks()[0].onended = () => stopBtn.click();
} catch (err) {
if(err.name !== 'NotAllowedError') alert("Capture Error: " + err.message);
}
};
stopBtn.onclick = () => {
if(recorder && recorder.state !== 'inactive') {
recorder.stop();
stream.getTracks().forEach(t => t.stop());
}
};
shareBtn.onclick = () => {
const text = encodeURIComponent("Check out this 4K Screen Recorder! No watermark, works in browser. 🔥");
const url = encodeURIComponent(window.location.href);
window.open(`https://api.whatsapp.com/send?text=${text} ${url}`, '_blank');
};
</script>
</body>
</html>