Compress video

Reduce video size for websites, social media, or storage. Upload your file, choose compression level, and download as MP4, WEBM, or MKV.

File and compression

Video

Drag a video or click to choose it.

MP4, WEBM, MOV, MKV, AVI up to 250MB

Compressed video

VID
Waiting for video

After compressing a video, original size, final size, and estimated savings will appear here.

Format
-
Original
-
Final
-
Saved
-
Engine
FFmpeg

Also available by API

Compress videos from your apps with a NOXUS API key. Send multipart or base64 and choose format, level, and maximum width.

The API charges USD balance separate from web NOX and returns content_base64, data_url, original size, final size, and savings.

POST /api/v1/tools/video-compress
Authorization: Bearer TU_API_KEY
Content-Type: application/json

{
  "video_base64": "data:video/mp4;base64,...",
  "output_format": "mp4",
  "compression_level": "balanced",
  "max_width": 1280,
  "filename": "compressed-video"
}