REST API + Native MCP Server

Video & Audio Processing API
via REST or MCP

Droid Apps is a hosted FFmpeg API for developers. Send JSON with a media URL and an API key to cut, crop, merge, transcode, redub, and caption video or audio at scale. Connect directly from AI agents via the native MCP server.

Everything You Need

Professional video processing capabilities at your fingertips

Video Cutting

Precisely cut and trim video segments with frame-perfect accuracy

Video Cropping

Crop videos to any dimension and aspect ratio with pixel-perfect control

Video Merging

Combine multiple videos with smooth transitions and effects

Audio Redubbing

Replace or mix audio tracks with advanced background processing

Text-to-Speech

Generate natural-sounding voiceovers with ElevenLabs integration

Voice Conversion

Transform voices while preserving perfect lip-sync timing

Frame Extraction

Extract high-quality frames from videos with custom sizing

AI Audio Separation

Separate vocals and music using advanced AI technology

Seamless Video Merging

Combine multiple videos with professional transition effects. Choose from over 60 unique transitions to create stunning video compositions.

60+ professional transition effects
Custom duration and timing controls
Match source bitrates or custom quality

Available Transitions

fade
wipeleft
wiperight
slideup
slidedown
circlecrop
pixelize
dissolve
zoomin
fadefast
smoothleft
radial

Why Choose Droid Apps?

Built for performance, reliability, and ease of use

Lightning Fast

Optimized FFmpeg processing for maximum speed

Secure & Reliable

Enterprise-grade security with API key authentication

Developer-Friendly

RESTful API with comprehensive documentation

Real-Time Processing

Process videos on-demand with instant results

Ready to Get Started?

Create your account, generate API keys, and start processing videos in minutes. Full documentation and code examples included.

Simple, Powerful API

curl -X POST https://droidapps.one/cut \
  -H "Content-Type: application/json" \
  -H "X-API-Key: your_api_key" \
  -d '{"video_url":"https://cdn.example.com/clip.mp4","start":10,"duration":30}'

It's that simple. Check out our for more examples.

Frequently asked questions

What is Droid Apps and who is it for?

Droid Apps is a cloud FFmpeg API for developers who need to cut, crop, merge, dub, caption, and transform video and audio without running their own encoding servers. If you build apps, automations, or internal tools that process media at scale, the REST API is built for you.

Do I upload video files in the API request?

No. You host your file at a public HTTPS URL and send JSON with fields like video_url. Our workers download the source, process it, and return a download link when the job finishes. That keeps requests small and integrations predictable.

How do I know when processing is finished?

Every job returns a status URL. Poll it every few seconds until the status shows completed or failed. The response includes download links on success and error details when something goes wrong.

Are there free tools without a subscription?

Yes. MP4 to MP3 runs entirely in your browser. It is free, private, and does not require an account. Cloud API tools require an active subscription and API key.

Do I need FFmpeg installed on my computer?

Not for the API or browser tools. We run FFmpeg on our servers (or in your browser for MP4 to MP3). You only need curl, fetch, or any HTTP client to call the API.

How does pricing work?

Basic, Boost, and Elite plans start at $25/month with tiered rate limits and feature access. Annual billing saves 15%. See the subscription page for current limits, features, and checkout.