A Complete Video Workflow in Your Browser
A typical end-to-end video task on UDT looks like this. You record something on your phone — landscape, with a few seconds of fumbling at the start and end. You want to post it as a vertical TikTok with your channel name in the corner, sized to fit the upload limit. Five tools, one chain.
Start with the Video Trimmer — set in and out points to drop the fumble, export. The trimmer stream-copies when the cuts land on keyframes, so this step takes seconds. Next, the Video Resizer with smart crop turns your 16:9 landscape into 9:16 vertical, with motion tracking that keeps the subject centered as it moves across the original frame.
Add a channel watermark with the Video Watermark tool — text in bottom-right at 60% opacity, or a logo PNG with the same positioning. Then, if the result is over TikTok's 500MB upload cap (rare for short verticals), run it through the Video Compressor with the TikTok preset. Done. The entire chain runs in your browser, with FFmpeg.wasm caching after the first download — every subsequent tool in the chain starts instantly.
Other common chains: extract audio from a recorded interview with the Audio Extractor, then run the MP3 through the Audio Transcription tool for searchable notes. Build a 10-second loop by trimming with the Video Trimmer then converting to GIF with the GIF Maker. Stitch several phone clips into one with the Video Merger, then rotate the result with the Video Rotator if any clip came in sideways.
The point of grouping these as a suite rather than just listing them is that every tool's output naturally becomes another tool's input. Pick the tool that matches your immediate next step; chain as far as your task demands.