You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`deepshrink` compresses a video or audio file to a target size in a single command.
10
11
Need a clip under Discord's 8 MB limit, an email's 25 MB cap, or a Telegram / WhatsApp
@@ -14,7 +15,11 @@ without watermarks.
14
15
15
16
A thin, fast Rust layer over ffmpeg.
16
17
17
-
> **Status:** early development (pre-alpha). v0.1 targets **video and audio**.
18
+
> **Status:** released and actively developed (v0.3). Handles **video and audio**, with
19
+
> target-size and VMAF-quality modes, H.264/H.265, and batch processing. Install via
20
+
> Homebrew or crates.io.
21
+
>
22
+
> If DeepShrink is useful to you, please **[⭐ star the repo](https://github.com/deeplabua/deepshrink)** — it genuinely helps. See [Support](#support) to chip in.
18
23
19
24
## Why
20
25
@@ -118,10 +123,20 @@ installer as usual.)
118
123
119
124
## Scope
120
125
121
-
v0.1 handles **video and audio** (the ffmpeg engine). Images, PDF, and office files are a
122
-
planned "universal compressor" path built on pluggable engines. GIFs are handled by a
126
+
DeepShrink handles **video and audio** (the ffmpeg engine). Images, PDF, and office files
127
+
are a planned "universal compressor" path built on pluggable engines. GIFs are handled by a
123
128
sibling tool, DeepGif.
124
129
130
+
## Support
131
+
132
+
DeepShrink is free and open-source, built and maintained by one developer.
133
+
134
+
-**[⭐ Star the repo](https://github.com/deeplabua/deepshrink)** — the cheapest way to help;
135
+
it boosts visibility so more people find the tool.
136
+
-**Chip in a tip** via the **Sponsor** button at the top of the repo, or directly through the
137
+
[monobank jar](https://send.monobank.ua/jar/9sb4WzNQwj). It supports a Ukrainian developer
138
+
and keeps the project moving. Thank you 💙💛
139
+
125
140
## Part of DeepLab
126
141
127
142
DeepShrink is part of [DeepLab](https://deeplab.tools) — a line of tools for developers
0 commit comments