動画
動画形式を変換
動画をMP4、WEBM、MOV、MKV、AVI、GIFに変換。アップロード、形式選択、最終ファイルをダウンロード。
入力
ファイルと出力
結果
Converted video
VID
動画待機中
動画変換後、最終形式、サイズ、エンジンがここに表示されます。
動画準備完了
API
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"
}