FFmpeg video transcode to a smaller MP4 (same resolution and fps)
FFmpeg video transcode to a smaller MP4 (same resolution and fps). H.264 (x264) or HEVC (nvenc GPU / x265 CPU). Caps: 16 GiB, 2 hours. Do not pay this URL first. 1) GET /v1/info 2) POST /v1/jobs with JSON {profile: nvenc|x264|x265} 3) HTTP PUT the file to the returned uploadUrl 4) POST /v1/jobs/start with JSON {id} and x402 upto on Base USDC. Bill is (durationSeconds/60)*rate. Jobs queue after pay; poll GET /v1/jobs/:id. /v1/info has queueLength and etaSeconds.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1669 msmedian answer time
$2.16listed price per call
$2.16price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://compress.codreanu.casa/v1/jobs/start
| Category | Image and media |
|---|---|
| Provider host | compress.codreanu.casa |
| Networks | eip155:8453 |
| Payment schemes | upto |
| Self-reported calls, 30 days | 11 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $2.16 | 1669 ms |
Example input (from the provider)
{
"body": {
"id": "os4cnacikeq8q2e2nyby0403"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"id": {
"description": "Job id from POST /v1/jobs. PUT the video to uploadUrl first. profile is chosen there, not on /start.",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}