Batch convert video format

Convert multiple videos with FFmpeg and download one ZIP.

Files and output

Videos

Drag several videos or click to choose them.

MP4, WEBM, MOV, MKV, AVI. Limits depend on your plan.

ZIP ready

ZIP
Waiting for files

Your converted videos will appear as a ZIP.

Format
-
ZIP size
-
Files
-

Aussi disponible par API

Use the batch API with multipart files or base64 arrays. Billing is per file and uses separate API USD balance.

The response returns one ZIP in base64 with entry metadata.

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

{
  "videos": [
    { "filename": "archivo-1", "video_base64": "data:...;base64,..." },
    { "filename": "archivo-2", "video_base64": "data:...;base64,..." }
  ],
  "output_format": "mp4",
  "filename": "noxus-videos"
}