Trim and cut video files
Click or drop a video file here
Video Trimmer cuts a section from your video by playing it and re-recording just that range using the browser's native MediaRecorder API, entirely client-side. Output is always WebM. Note: since trimming works by playing through the selected range in real time, processing takes as long as the trimmed clip's duration, not the length of your original file.
Does trimming preserve the exact original quality?
Not quite — the clip is re-encoded through the browser's WebM encoder rather than cut losslessly.
What output format do I get?
Always WebM, regardless of your original file's format.
Is audio preserved?
Yes, audio is captured along with the video track.
Is my file uploaded anywhere?
No, trimming happens entirely in your browser.