-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
209 lines (196 loc) · 7.67 KB
/
about.html
File metadata and controls
209 lines (196 loc) · 7.67 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>About – VideoSquash Pro | Native Offline Video Compressor</title>
<meta
name="title"
content="About – VideoSquash Pro | Native Offline Video Compressor"
/>
<meta
name="description"
content="Learn how VideoSquash Pro uses native FFmpeg to compress videos of any size (30 GB+) entirely offline. Our privacy-first mission, tech stack, and open‑source story."
/>
<meta
name="keywords"
content="about video squash pro, offline video compressor, ffmpeg desktop app, privacy video tool, native video encoder, electron ffmpeg, open source video tool, batch video compressor, windows video compressor about"
/>
<meta name="author" content="VideoSquash Pro" />
<meta name="robots" content="index, follow" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta
property="og:url"
content="https://tutorialsandroid.github.io/video-squash-pro/about.html"
/>
<meta
property="og:title"
content="About VideoSquash Pro – Privacy‑First Video Compression"
/>
<meta
property="og:description"
content="Why we built a native video compressor that never uploads your files. Learn about the offline FFmpeg desktop app for Windows."
/>
<meta
property="og:image"
content="https://raw.githubusercontent.com/TutorialsAndroid/video-squash-pro/refs/heads/main/assets/og-image.png"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:url"
content="https://tutorialsandroid.github.io/video-squash-pro/about.html"
/>
<meta name="twitter:title" content="About VideoSquash Pro" />
<meta
name="twitter:description"
content="Native FFmpeg, fully offline, 0% server. Discover the open‑source desktop video compressor that respects your privacy."
/>
<meta
name="twitter:image"
content="https://raw.githubusercontent.com/TutorialsAndroid/video-squash-pro/refs/heads/main/assets/og-image.png"
/>
<!-- Theme & Favicon -->
<meta name="theme-color" content="#7c3aed" />
<link rel="icon" type="image/png" href="assets/favicon/favicon.ico" />
<!-- ===== JSON-LD Structured Data ===== -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "About VideoSquash Pro",
"description": "Learn how VideoSquash Pro uses native FFmpeg to compress videos of any size (30 GB+) entirely offline. Our privacy-first mission, tech stack, and open‑source story.",
"url": "https://tutorialsandroid.github.io/video-squash-pro/about.html",
"about": {
"@type": "SoftwareApplication",
"name": "VideoSquash Pro",
"operatingSystem": "Windows 10, Windows 11",
"applicationCategory": "MultimediaApplication",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
}
</script>
<link rel="stylesheet" href="renderer/css/video.css" />
</head>
<body>
<header class="app-header">
<div class="header-brand">
<div class="header-logo">
<img
src="assets/logo/logo.png"
alt="ImageSquash Pro Logo"
class="logo-img"
/>
</div>
<span class="header-title">VideoSquash Pro</span>
<span class="header-badge">Desktop</span>
</div>
<div class="header-actions">
<nav class="main-nav">
<a href="index.html" class="nav-link">Home</a>
<a href="about.html" class="nav-link active">About</a>
</nav>
</div>
</header>
<main class="about-wrapper">
<div class="about-hero">
<h1>Squeeze videos, not privacy</h1>
<p class="subtitle">
VideoSquash Pro is the offline, native FFmpeg desktop app that
compresses videos of any size – 30 GB and beyond – without ever
touching the internet.
</p>
</div>
<div class="about-section">
<h2><span class="section-icon">🔒</span> Why it exists</h2>
<p>
Uploading private videos to online compressors is risky. VideoSquash
uses the full power of your computer with native FFmpeg, streaming
directly from disk. No upload, no account, zero tracking.
</p>
</div>
<div class="about-section">
<h2><span class="section-icon">⚙️</span> How it works</h2>
<div class="feature-grid">
<div class="feature-item">
<div class="feature-icon">🎬</div>
<h3>Native FFmpeg</h3>
<p>H.264, H.265, VP9, AV1 encoding. True multi‑pass quality.</p>
</div>
<div class="feature-item">
<div class="feature-icon">📦</div>
<h3>Batch processing</h3>
<p>Queue up dozens of 30 GB files and compress them one by one.</p>
</div>
<div class="feature-item">
<div class="feature-icon">🖥️</div>
<h3>Fully offline</h3>
<p>
Once installed, no internet needed. Your videos stay on your
drive.
</p>
</div>
<div class="feature-item">
<div class="feature-icon">🎛️</div>
<h3>Full control</h3>
<p>
Presets, CRF slider, resolution, codec, container, and audio
removal.
</p>
</div>
</div>
</div>
<div class="about-section">
<h2><span class="section-icon">🛠️</span> Tech stack</h2>
<ul class="tech-list">
<li>Electron</li>
<li>FFmpeg (native binary)</li>
<li>ffprobe</li>
<li>Vanilla JavaScript</li>
<li>JSZip</li>
<li>CSS3</li>
</ul>
</div>
<div class="about-section">
<h2><span class="section-icon">🤝</span> Open source</h2>
<p>
VideoSquash Pro is MIT licensed. Find the source, report issues, or
contribute on
<a
href="https://github.com/TutorialsAndroid/video-squash-pro"
target="_blank"
rel="noopener"
>GitHub</a
>.
</p>
</div>
<a href="index.html" class="back-link">← Back to Compressor</a>
</main>
<footer class="app-footer">
<div class="footer-content">
<span>© 2026 VideoSquash Pro</span>
<a
href="https://github.com/TutorialsAndroid/video-squash-pro"
target="_blank"
rel="noopener noreferrer"
class="footer-github"
>
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor">
<path
d="M12 .5C5.65.5.5 5.65.5 12a11.5 11.5 0 0 0 7.86 10.92c.58.1.79-.25.79-.56v-2.02c-3.2.7-3.88-1.38-3.88-1.38-.53-1.34-1.28-1.7-1.28-1.7-1.05-.72.08-.71.08-.71 1.16.08 1.77 1.2 1.77 1.2 1.03 1.77 2.7 1.26 3.36.97.1-.75.4-1.26.72-1.55-2.55-.29-5.24-1.28-5.24-5.7 0-1.26.45-2.28 1.2-3.09-.12-.3-.52-1.5.11-3.13 0 0 .98-.31 3.2 1.18a11.1 11.1 0 0 1 5.82 0c2.22-1.5 3.2-1.18 3.2-1.18.63 1.63.23 2.83.11 3.13.75.81 1.2 1.83 1.2 3.09 0 4.43-2.7 5.4-5.27 5.69.41.35.78 1.04.78 2.1v3.11c0 .31.21.67.8.56A11.5 11.5 0 0 0 23.5 12C23.5 5.65 18.35.5 12 .5Z"
/>
</svg>
<span>GitHub</span>
</a>
</div>
</footer>
</body>
</html>