Video Timelapse is a single-page tool for the common video editing and conversion task it is named after. Speed up any video 2× to 100× to create a timelapse or hyperlapse. Optional sped-up audio. Files are processed entirely in your browser with FFmpeg WebAssembly. The interface keeps the input on one side, the configurable options in the middle, and the result on the other side. Most jobs start and finish without any scrolling.
Video Timelapse runs on FFmpeg compiled to WebAssembly — an open-source, well-audited engine that performs the video editing and conversion natively in the browser. It accepts MP4, WebM, MOV, MKV, AVI, FLV, and OGV and produces output that opens in any standard video viewer. Per-run input is capped at 500 MB.
Common audiences for Video Timelapse include event organisers sharing highlight footage and product teams shipping release demos, but plenty of people land on the page through a one-off search and never come back — that is also fine. The tool is built to be useful even when you only ever need it once.
The browser sandbox isolates the page's JavaScript from the rest of the system, the same way it isolates every other tab you have open. Video Timelapse works inside that sandbox: it reads the file you give it, processes it with FFmpeg compiled to WebAssembly, and writes the result back. Nothing leaves the page's memory unless you choose to download or copy it.
Video Timelapse is shaped for the gap between "I'll do it by hand" and "I'll script it." When the job is small enough that automating it would take longer than doing it, but annoying enough to want a focused tool — that is the situation this page is built for.
Once the engine finishes, `{name}-edited.{ext}` is offered as an immediate download. There is no preview gate, no email-wall, and no "register to download" intermediary — the file is yours the moment it is ready.
The hard constraints are easy to remember. Maximum input: 500 MB. Multiple files per run: no — one input at a time, by design, to keep results predictable. The same controls apply on every run.
Workflow tip: Video Timelapse pairs well with Video Speed Changer and Video Slow Motion. Other adjacent tools you may find useful are Video Frame Rate Reducer and Video Converter. Because every tool is a separate page, you can mix and match the steps that match your job. Bookmark the ones you reach for the most.
Video Timelapse is built around steady iteration on a small set of options rather than feature creep. Every additional setting attracts a slightly different audience, but a long settings panel makes the common case slower for everyone. The current controls reflect what users of the tool actually use.
From a product perspective, Video Timelapse is one of the simplest possible expressions of "do one thing well." The catalog contains dozens of related tools that each handle a slightly different video editing and conversion task, and every one is a separate page rather than a tab inside a larger app. That separation keeps each tool fast to load and easy to bookmark.
Video Timelapse is built around the moment of need: a focused page you open when you have a specific task, complete the task, and close. The catalog contains many adjacent tools so the same model serves the surrounding parts of a typical video editing and conversion workflow.
A few practical tips that experienced users of Video Timelapse pick up over time. First, keep your default browser updated — the engine relies on standard web APIs and newer browser versions are noticeably faster than ones from a few years ago. Second, close other heavy tabs before processing a large input; the engine shares CPU and memory with whatever else is open. Third, if you re-run the same kind of job often, your last-used settings are remembered for the rest of the tab session, so subsequent runs are essentially one click.
For most failure modes, refreshing the page and re-running the job is enough — the engine has no persistent state to corrupt. If the same input fails twice in a row, the input itself is most likely the problem (a truncated file, an unexpected variant of the format, or a stream the engine does not recognise).
If Video Timelapse solved your problem, sharing the page link with someone who has the same problem is the most useful thing you can do. The catalog grows mostly through word of mouth; visitors arriving through a recommendation tend to be the ones the tool serves best.
A WebAssembly build of FFmpeg loads in this page and uses `setpts=1/N*PTS` to compress the video timeline by your chosen factor — entirely on your device. A 60-minute clip at 60× becomes a 1-minute timelapse.
Server tools use multi-threaded native FFmpeg with hardware encoders. WebAssembly is single-threaded inside the browser, typically 3–6× slower for re-encoding. The trade-off is total privacy: your video never leaves your device.
From 2× (twice as fast) to 100× (very dramatic compression). For sunsets and slow nature scenes try 30–60×. For build/work timelapses try 10–30×.
Most timelapses look best silent — that's the default. If you keep audio, it's sped up with FFmpeg's atempo filter (chained for high speeds). Above 100× audio is automatically dropped because tempo-shift quality breaks down.
Yes — every input frame is dropped at uniform intervals to hit the target speed, so motion is consistent. For an even smoother look, follow up with Video Frame Rate Reducer to lock the output FPS to 30.
Video Speed Changer is a general 0.25–4× speed tool. This timelapse tool is purpose-built for dramatic 2–100× compression with audio handling tuned for those extreme ratios.
Up to 500MB. Timelapse compresses duration so output is small, but the source still has to be decoded — long 4K sources may need to be downscaled first.
No. The timelapse runs entirely in your browser tab. Nothing is transmitted, stored, or logged. Closing the tab erases the file from memory immediately.
Video Timelapse is free to use. The processing runs in your browser, which keeps the per-user cost low enough that the tool can be offered openly. The download is the same file the engine produced — you can use it for as many runs as you need.
Video Timelapse is updated whenever the underlying engine releases an improvement or a bug fix. Because the tool is delivered as a static page, every visit fetches the latest version automatically — there is no "version" to manage on your end. If a particular release ever changes default behaviour, the change is documented on Favtoo's changelog so you can confirm what shifted.
Video Timelapse is built to preserve quality wherever the underlying video format allows it. Operations that are mathematically lossless (e.g. structural transformations, lossless re-encoding) round-trip with no perceptible change. Operations that involve a lossy codec inevitably introduce small artefacts at the byte level, but the defaults aim at the sweet spot where output looks or sounds the same to a normal viewer or listener while still being meaningfully smaller or faster than the input.
Failures usually fall into one of three buckets: the input is in an unsupported format, the input is over the size cap, or the input is structurally malformed (a truncated download, a partial export, or a stream the engine does not recognise). The first two are easy to confirm — check that your file is one of MP4, WebM, MOV, MKV, AVI, FLV, and OGV and that it is below 500 MB. For the third, opening the file in its native viewer first is the fastest way to confirm the source is intact.
Once the page is loaded, Video Timelapse can complete jobs without an active internet connection — the engine is bundled with the page, so there is no per-job network call. The initial page load does require a connection (to fetch the static assets), but after that you can disconnect entirely and the tool will still work. This is a side-effect of the local-first architecture, not a deliberate "offline mode" feature.
Video Timelapse runs in any modern mobile browser — Safari, Chrome, Firefox and the in-app browsers in most messaging apps all support the underlying APIs. Performance depends on the device: a recent phone handles typical inputs nearly as fast as a laptop, while older devices may take a few seconds longer near the 500 MB ceiling. The interface lays out cleanly on small screens, so you do not need to pinch-zoom to see the controls.
Video Timelapse uses native HTML controls wherever possible, which means keyboard navigation, focus rings, and screen-reader labels work the way the platform expects. The drop zone accepts files via the keyboard-accessible file picker as well as drag-and-drop, and result downloads use standard browser download flows. If you spot an accessibility gap, Favtoo treats it as a bug worth fixing.
Desktop apps usually have more advanced features but require installation, maintenance and (often) a licence. Paid online tools are convenient but route your file through their servers and gate downloads behind accounts. Video Timelapse sits in between: free, instant, and private, but intentionally narrow in scope. For one-off jobs and the common video editing and conversion operations, it is usually the lowest-friction choice; for highly specialised work, a dedicated app is still the right answer.
Video Timelapse accepts MP4, WebM, MOV, MKV, AVI, FLV, and OGV. If your input is in a format that is not directly supported, convert it first using one of Favtoo's converter tools — every Favtoo converter outputs a file that is a clean input to the next tool in the chain.
Video to GIF
Convert any video clip to an animated GIF entirely in your browser. Pick the start, length, frame rate, and width — your file is processed locally with FFmpeg WebAssembly and never uploaded.
Screen Recorder
Record your screen, a window, or a browser tab directly in your browser. Optionally include system audio and your microphone. Capture, preview, and download the video without installing any app — and without uploading anything.
Webcam Recorder
Record your webcam directly in your browser with optional microphone audio. Pick the resolution (480p, 720p, or 1080p), frame rate, and mirror mode, then capture and download the result without installing any app.
Screen + Webcam Recorder
Record your screen with your webcam composited into a picture-in-picture corner — perfect for tutorials, course videos, demos, and reaction recordings. Pick the camera position, size, and audio sources, then capture and download in your browser.
Video Slideshow Maker
Turn a stack of photos into an MP4 slideshow with per-slide durations, crossfades, and an optional soundtrack. Pick the resolution (up to 1080p), frame rate, and transitions, then download a single MP4 — all processed in your browser with FFmpeg WebAssembly.
Video from Images + Audio
Combine a stack of photos with a music track or narration into a single MP4 video. Pick the resolution, per-slide duration, transitions, and let the slideshow length match the audio. All processed in your browser with FFmpeg WebAssembly.
Video Trimmer
Set precise in and out timestamps, snap to keyframes when needed, and document handles for social-safe cutdowns.
Video Splitter
Split any video into 2–10 equal-length pieces, packaged as a downloadable ZIP. Files are processed entirely in your browser with FFmpeg WebAssembly using lossless stream-copy.