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 →Cut a video to an exact start and end time using stream copy, so the picture quality is untouched and the trim finishes in seconds.
Drop a video here or click to browse
MP4, WebM, MOV, AVI — processed locally and never uploaded.
Reviewed 2026-08-15
Trimming here is a stream copy. FFmpeg is told to seek to your start point and stop at your end point, then write the packets straight into a new container without decoding or re-encoding them. The output is bit-for-bit the same video data as the source, just shorter.
That is why it finishes almost instantly even on a long file, and why there is no quality setting to choose. Re-encoding a trim would cost you a generation of quality for no benefit.
One consequence of stream copy is worth knowing: the cut lands on the nearest keyframe rather than the exact millisecond you typed. If your clip has keyframes every two seconds, the real start can sit slightly before the number you entered.
No. The trim copies the existing compressed streams into a new file rather than decoding and re-compressing them, so the frames you keep are identical to the original.
Stream copy can only cut on a keyframe. FFmpeg seeks to the closest one at or before your start time so the first frames still decode correctly. Encoding the clip again with a shorter keyframe interval gives finer control.
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.
Not in one pass here. Run the tool once per section, or use the Video Editor, which lets you split a clip on the timeline and delete the parts you do not want.
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 →