How to Reduce Video Size Without Obvious Quality Loss
Lossy video compression cannot promise zero quality loss, but it can place loss where viewers notice it less and stop spending bytes on unseen pixels or unnecessary audio.
The least-damaging order
- Remove unwanted duration; that reduces size without damaging frames you keep.
- Match resolution to the final player instead of storing 4K for a phone window.
- Create the first version with Balanced CRF 23.
- If still too large, test a lower resolution before raising CRF.
- Remove audio only when the picture genuinely needs no sound.
Scenes that expose quality loss
| Scene | Typical damage | Where to inspect |
|---|---|---|
| Fast motion/camera movement | Blocking and erased detail | Fastest action |
| Night/noise | Smearing and color blocks | Shadows and skin |
| Sky/wall gradient | Banding | Smooth areas |
| Subtitles/screen recording | Soft edges | Smallest type |
| Foliage/water/rain | Texture shimmer | Full-screen playback |
Choosing a preset
High quality (CRF 18) is a useful baseline for important material. Balanced (CRF 23) fits ordinary delivery. Smallest (CRF 30) suits size-first previews. Compare all versions on the destination device, not only by file size.
Encoder speed matters too. tinyclip uses medium for High quality and faster for Balanced/Smallest to trade compression efficiency against browser waiting time.
Test a representative segment, not the whole film
Re-encoding a long video for every experiment wastes time. Cut the hardest 30–60 seconds in an editor, compare settings on that sample, and process the full duration only after approval.
- Judge overall appearance at a normal viewing distance and player size.
- Inspect difficult details at 100% or full-screen.
- Confirm synchronization and that audio is not excessively dull.
- Record the winning settings before the full encode.
References
Your files are processed in the current browser and are not uploaded as article samples.