HEIC to JPG: Quality, Metadata, and Privacy
A careful HEIC-to-JPG workflow preserves the picture you need without accidentally sharing location data or repeatedly degrading the image.
Read guide →Speed up or slow down a video from a quarter speed to four times, retiming the audio alongside the picture.
Drop a video here or click to browse
MP4, WebM, MOV, AVI — processed locally and never uploaded.
Reviewed 2026-08-15
Video timing is changed with the setpts filter, which rewrites each frame's presentation timestamp. Audio is handled separately with atempo, which stretches or compresses the waveform in time while leaving pitch broadly intact, so sped-up speech does not turn into a chipmunk.
Six presets are available: 0.25x, 0.5x, 0.75x, 1.5x, 2x, and 4x. Slowing a clip down does not create new frames, so at 0.25x you are seeing each original frame held four times as long. Footage shot at a high frame rate slows down much more convincingly than standard 30 fps video.
If the source has no audio, the audio filter is skipped entirely rather than failing or emitting a silent track.
Not appreciably. Audio is retimed with atempo, which changes duration while holding pitch, rather than simply resampling. Extreme settings still introduce artefacts, but voices stay recognisable.
There are no extra frames to show. At 0.5x each original frame is held twice as long, so 30 fps footage effectively plays at 15. Filming at a higher frame rate in the first place is the only real fix.
No. FFmpeg is compiled to WebAssembly and runs inside the page, so the file is read from your disk into the tab's own memory. Nothing about the video is sent to opentools.
Yes, but not here. The Video Editor supports a speed curve per clip with easing, so a clip can start at normal speed and accelerate.
The FFmpeg WebAssembly build is about 31 MB and has to download before the first job can start. The browser caches it afterwards, so later visits skip that step and begin encoding almost immediately.
Browse every video tools, or jump straight to edit video.
A careful HEIC-to-JPG workflow preserves the picture you need without accidentally sharing location data or repeatedly degrading the image.
Read guide →There is no universally best image format: photographs, interface graphics, archives, and web pages have different requirements.
Read guide →The best web-image optimisation combines right-sized pixels with a suitable format and a quality setting tested on real content.
Read guide →