10 free credits to start — then pay only for what you render. No card required.

Claim yours →

Turn anything into video.

Products, listings, articles, ideas — feed them in, get motion-designed video out. Once or ten thousand times — in the browser, with no-code workflows, or straight from your code.

Free editor · No credit card · 10 free render credits

Your product

Your product: Vlog Camera Pro

Vlog Camera Pro

$249 · AI tracking

becomes

Product video

Your listing

Your listing: New Modern Living Space!

New Modern Living Space!

$1,700 / month

becomes

Listing reel

Your idea

“New drop is here”

A headline, an offer, an announcement.

becomes

Promo story

250
motion-designed templates
50
GPU effects
27
transitions
6
text animations
6
official SDKs
1
MCP server for AI agents

Start with a template

250 motion-designed templates optimized for every platform. Fill in your variables, customize in the studio, then automate production with workflows or the API.

Three ways to automate

Same templates, same render engine — pick the workflow that fits your team.

Scale without infrastructure

Server and edge rendering with auto-scaling, signed webhooks, and delivery straight to S3, GCS, Azure Blob Storage, or Google Drive. One POST request renders one video — or ten thousand.

typescript
1import { ILoveVideoEditor } from '@ilovevideoeditor/sdk-node';
2
3const client = new ILoveVideoEditor({ apiKey: process.env.ILOVE_API_KEY });
4
5const { jobId } = await client.render({
6 videoJson: {
7 width: 1080,
8 height: 1920,
9 duration: 15,
10 layers: [
11 { type: 'solid', color: '#e5352c', duration: 15 },
12 { type: 'text', text: 'Hello {{name}}', start: 1 },
13 ],
14 },
15});
16
17await client.waitForRender(jobId);
18

Quick edits, free in your browser

Trim, crop, add text and effects — no upload, no signup. Your files never leave your device.

Studio

Full timeline editor for advanced video projects.

Trim Video

Trim video online to cut unwanted start, end, or middle sections in seconds. Free browser-based editor with frame-accurate trimming, no upload, no watermark.

Crop Video

Remove unwanted outer areas and change the aspect ratio.

Add Text

Add text to video online with custom fonts, colors, sizes, and animations. Free browser-based overlay tool with no upload, no watermark, and no account needed.

Resize Video

Resize video online for Instagram, TikTok, YouTube, and more. Free browser-based tool with preset aspect ratios, no upload, no watermark, and no account.

Speed Change

Change video speed online to speed up or slow down playback with precise control. Free browser-based tool with no upload, no watermark, and no account.

Add Image Overlay

Add image overlays, logos, watermarks, and graphics to your video online for free. Browser-based editor with custom positioning, no upload, and no watermark.

Apply Effect

Add filters like grayscale, sepia, blur, and more.

Adjust Colors

Adjust video brightness, contrast, saturation, and hue online for free. Browser-based color correction tool with precise controls, no upload, and no watermark.

Remove Audio

Strip the sound track from your video completely.

Blur Background

Blur your video background online while keeping the subject sharp. Free browser-based tool with privacy-first local processing, no upload, and no watermark.

Rotate / Flip

Rotate or flip your video online horizontally, vertically, or by any angle. Free browser-based tool with no upload, no watermark, and no account required.

Volume Boost

Boost or lower the audio volume of your video online for free. Browser-based volume adjustment with precise control, no upload, no watermark, and no account.

Fade Audio

Fade audio in and out of your video online for smooth, professional transitions. Free browser-based tool with no upload, no watermark, and no account required.

Reverse Video

Play your video backwards for a fun effect.

Add Border

Add colored borders and padding around your video online for free. Browser-based editor with custom sizes, colors, rounded corners, no upload, and no watermark.

Loop Video

Loop your video online and repeat it seamlessly for any duration you choose. Free browser-based tool for creating endless loops with no upload or watermark.

Add Shape

Add shapes like circles, rectangles, and arrows to your video online for free. Browser-based overlay tool with custom styling, no upload, no watermark.

Convert Format

Change your video to MP4, WebM, GIF, or other formats.

Extract Audio

Extract audio from any video online and save it as MP3 or WAV in seconds. Free browser-based audio conversion with no upload, no watermark, and no account.

Import Captions

Import SRT or VTT caption files and burn subtitles into your video online for free. Browser-based tool with custom styling, no upload, and no watermark.

Start free. Render more when you need to.

The editor and tools are free forever. Cloud rendering runs on credits — 1 credit = 1 minute of 1080p30 video.

Free

€0 forever

Editor, 249 templates & 20+ tools

Most popular

Pro

€25 /month

100 render credits monthly

Business

€50 /month

250 render credits monthly

No credit card required
Runs in your browser
Files never leave your device
Top-up credits never expire

Frequently asked questions

Is iLoveVideoEditor free?

The online editing tools and all 249 templates are free, with no signup and no watermark. Cloud rendering is pay-as-you-go with credits — 1 credit renders 1 minute of 1080p30 video.

Do my files leave my device when I use the online tools?

No. The quick-edit tools run entirely in your browser via WebCodecs — your video files are never uploaded to a server.

Can I render videos programmatically?

Yes. The JSON-to-MP4 API and the Node.js SDK render VideoJSON scenes server-side, so any backend can generate templated videos on demand.

Does iLoveVideoEditor work with AI agents?

Yes. An MCP server exposes the video tools to AI agents, and ready-made integrations exist for Zapier, Make, and n8n.

What can I make with the templates?

Templates cover YouTube, TikTok, Instagram, and general formats. Each one exposes variables — text, images, colors — that you can set visually in the studio or fill via the API.