Converter formato de video

Converta videos para MP4, WEBM, MOV, MKV, AVI ou GIF: envie, escolha formato e baixe o arquivo final.

Arquivo e saida

Video

Arraste um video ou clique para escolher.

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

Converted video

VID
Aguardando video

Depois de converter um video, formato final, tamanho e motor aparecerao aqui.

Formato
-
Tamanho
-
Motor
FFmpeg

Tambem disponivel por API

Convert videos from your apps with a NOXUS API key. Send multipart or base64 and choose the output format.

The API uses USD balance separate from web NOX. This version returns content_base64 and data_url; large files should later move through storage.

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

{
  "video_base64": "data:video/mp4;base64,...",
  "output_format": "mp4",
  "filename": "final-video"
}