Initializing... drag & drop files here
Supports: MKV
MKV (Matroska Video) is the open container format favored for high-quality video — full-length movies, anime episodes, TV box-set rips, multi-audio-track releases, and complex media with subtitles and chapter markers. Files are large by design: a 1080p movie is typically 4-12 GB, a 4K release 25-80 GB. Common reasons people compress MKV:
| Mode | What it does | Best for |
|---|---|---|
| Quality preset (Highest → Lowest) | Tunes encoder presets behind the scenes | One-click result, no thinking |
| File size percentage | Output ≈ N % of input | Predictable shrinkage across batch |
| Exact target size | Output ≤ X GB / MB | Fitting a specific cap (cloud limit, USB drive) |
| CRF (18-32) | Constant-quality factor | Maximum efficiency — same look across batch regardless of source size |
| CRF | Visible loss | Typical 1080p movie size | Best for |
|---|---|---|---|
| 18 | None — bit-perfect to eye | 6-10 GB | Archival masters |
| 20-22 | Imperceptible on TV / monitor | 3-6 GB | Plex library — sweet spot |
| 23-25 | Subtle on critical content | 2-4 GB | Tablet / phone playback |
| 26-28 | Visible on contrast / motion | 1-2 GB | Travel copies |
| 30+ | Aggressive — visible artifacts | <1 GB | Last-resort mobile / preview |
| Codec | Output size (relative) | Compatibility | Best for |
|---|---|---|---|
| H.264 | 100% (baseline) | Every player ever | Maximum compatibility, older media servers |
| H.265 / HEVC | ~60% | Modern devices (2017+), most current TVs / phones | Plex / Jellyfin libraries, current smart TVs |
| AV1 | ~50% | 2022+ devices, modern browsers | Future-proof archival, smallest size |
Typical reductions: 30-60% at default-quality presets, 50-75% when switching codec from H.264 → H.265, 80%+ when also dropping from 4K to 1080p or 1080p to 720p. Anime and dialogue-heavy content compresses much better than action scenes (more flat color, less motion). A 10 GB H.264 1080p movie often becomes a 3-4 GB H.265 1080p file with no visible difference on a TV screen.
At CRF 18-22 with H.265, the difference is imperceptible on normal viewing screens for typical content. At CRF 23-25, you may notice subtle softening in fine grain or skin texture but most viewers don't. At CRF 28+, banding and blocking become visible on dark / smooth gradients. Pick CRF based on your viewing setup: 18-22 for living-room TV, 23-25 for tablet / laptop, 26+ for phone-only.
Subtitle tracks are preserved as long as the output container stays MKV (chosen by default). If you switch the output to MP4, only the first subtitle track is kept and only certain formats (e.g., mov_text) are supported. Multi-audio tracks (English / Japanese / commentary) all transfer when output is MKV. Chapter markers are preserved in MKV output and ignored by some players regardless.
Yes — drop in dozens of episodes or a multi-season folder. Each file processes in parallel and downloads individually or as a single ZIP. Settings can apply uniformly (typical for re-encoding a whole library to H.265) or be set per-file. Watch device memory if processing very large 4K files in batch.
H.264 if your media server is old or your TV is from before 2017 — universal compatibility. H.265 for current Plex / Jellyfin libraries on modern hardware — 40% smaller files, plays on every TV and phone made since 2017. AV1 for archival and the smallest possible files, but encoding takes 5-10× longer and only 2022+ devices decode smoothly.
No. Compression reduces file size but preserves the full duration. The video plays back at the same length and frame rate. Only switching framerates (e.g., 60 → 30 fps) would visibly affect playback.
Yes — use the trim section to cut out portions you don't need (intros, recaps, post-credits). Cutting is far more effective at reducing file size than tweaking quality. A 90-minute movie trimmed to its 75-minute story length is 17% smaller before any other settings.
Both are containers. MKV is open-source, supports unlimited audio / subtitle tracks and richer metadata, but plays on fewer devices natively. MP4 is universally compatible but more limited on multi-track features. See MKV to MP4 for converting from one to the other.