動画
Batch convert video format
Convert multiple videos with FFmpeg and download one ZIP.
入力
Files and output
結果
ZIP ready
ZIP
Waiting for files
Your converted videos will appear as a ZIP.
Batch ready
API
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"
}