S

Speccy · Ffmpeg Transform

by Speccy

POSTBase

$0.05

per call · USD Coin on Base

Standard ffmpeg transformations: transcode, simple filters, resize <1080p. Returns base64 output. 50MB max input/output, 60s timeout, sandboxed workdir.

Endpoint

POST https://tools.speccy.cloud/v1/ffmpeg/transform

9

Calls / 30d

1

Unique payers / 30d

Sep 2

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://tools.speccy.cloud/v1/ffmpeg/transform", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "args": [
      "-vn",
      "-acodec",
      "libmp3lame",
      "-q:a",
      "2"
    ],
    "input": {
      "url": "https://example.com/video.mp4"
    },
    "outputFormat": "mp3"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://tools.speccy.cloud/v1/ffmpeg/transform" \
  -H "Content-Type: application/json" \
  -d '{"args":["-vn","-acodec","libmp3lame","-q:a","2"],"input":{"url":"https://example.com/video.mp4"},"outputFormat":"mp3"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "result": {
    "mimeType": "audio/mpeg",
    "outputBase64": "...",
    "size": 1234567
  },
  "success": true
}

Payment details

Pay to0x0cb12df486381a0ebebc0ef338da80657f68f9cb
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Media & Generation and the homepage with a featured placement.

Get featured →

More from Speccy & similar services