FFHub - 云端 FFmpeg 转码和文件存储 API
简单集成
弹性扩展
全球加速
安全可靠
curl -X POST https://api.ffhub.io/v1/tasks \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "command": "ffmpeg -i https://example.com/video.mp4 -c:v libx264 output.mp4" }'