No file chosen
⚠️ Browser limitation: True lossless MP4 trimming requires ffmpeg. This tool uses MediaRecorder, which re-encodes in WebM (VP8/VP9). For lossless MP4 frame-accurate trimming, use ffmpeg -ss [start] -to [end] -i in.mp4 -c copy out.mp4 on the command line.
How to use this tool
- Upload a video and use the player to find your in/out points.
- Click "Set In at current time" and "Set Out at current time" buttons while the video is paused at the right frame.
- Click "Trim & Download" — the browser records the segment in real time and downloads the WebM clip.
Why it's private
Trimming uses the browser's MediaRecorder API and HTMLVideoElement. Your video is processed locally and never sent anywhere.