A local video trimmer is a browser tool that reads a video file from your device, lets you specify a start time and an end time in seconds, and then exports the bounded section as a new clip — the original file stays on your computer and is never uploaded to a server. The Video Trimmer on Lizely works exactly this way for YouTube videos you have already saved, producing a downloadable WebM file that contains only the slice you defined. Because the cut runs against the file duration your browser reports, you enter two numbers, confirm the reported clip length, and download. There is no watermark, no account requirement, and no transfer of the source file off your machine.

The phrase "how to cut video from YouTube" comes up constantly because the platform itself does not expose an editor for free users. The official Studio editor is locked behind the desktop app for uploads, and online editors typically demand that you upload the file, which is slow and raises privacy concerns for videos that have not been published yet. A local trimmer sidesteps both problems by treating the YouTube download as a regular file on disk and applying the same range-based cutting logic any basic NLE would use in the timeline.

Before opening the tool, you need a copy of the YouTube video on your computer. Saving YouTube videos for offline editing is a separate workflow from trimming, and there are several legitimate scenarios where the source file already exists: a creator who downloaded their own upload, a teacher working with Creative Commons material, a marketer repackaging licensed B-roll, or a developer using YouTube's own Data API to grab their own video metadata. Once the file sits on your drive, the trimming job is purely local, which is why the Video Trimmer can promise no upload of the source.

how to cut video from youtube
how to cut video from youtube

What the Video Trimmer Does to a YouTube File

The Video Trimmer accepts a single video file that your browser can decode, reads its total duration as soon as loading finishes, and exposes two number fields for the cut window. You type the start time in moments and the end time almost instantly, the tool checks that both values lie within the source duration and that the end is greater than the start, and only then enables the Trim button. After trimming, the tool reports the duration of the resulting clip so you can sanity-check that you kept the window you intended, then downloads a WebM file built from the decoded frames of that window.

The output is a finite-duration WebM, meaning the file has a clear start and end rather than being a streamable range marker. You can open it in VLC, drag it into DaVinci Resolve or Premiere, post it to social platforms that accept WebM, or convert it with a tool like Video Compressor if you need a different codec. Because the trim is lossless against the decoded frames the browser holds in memory, the visual quality of the kept window matches the source within the limits of what VP9 or AV1 can express at the resolution you saved.

Save the YouTube Video to Your Computer First

The trimmer expects a file path, not a URL, so step one is saving the video locally. The right way to do this depends on your relationship to the content:

  • Your own uploads. YouTube Studio offers a "Download" option under the video's Details page if you have access to the channel. The file arrives as an MP4 with the original quality settings.
  • Creative Commons and public-domain material. Some creators publish videos under CC BY, CC BY-SA, or similar licenses. Trim and reuse within the license terms, then attribute the original.
  • Internal review of an unpublished draft. If you exported a YouTube upload as a draft through YouTube's own preview pipeline, the file lives on your machine and trimming it locally is straightforward.

Whichever route you took, the file should be in a format your browser can decode directly — MP4 with H.264 and AAC, WebM with VP9 and Opus, MOV with similar codecs, and MKV containers usually work. If you are unsure whether your browser will accept the file, open it in a fresh tab and try to play it; if it plays there, Video Trimmer will read its duration.

Trim the Video with the Video Trimmer

Open the Video Trimmer tool and follow these steps to cut a bounded section out of your locally saved YouTube video:

  1. Click the file picker and select the video file from your computer. Wait for the duration field next to the file name to populate — this is the true length the browser measured, in moments.
  2. Enter the start time almost instantly in the first number field. Use a whole number if your cut starts on a clean second, or a decimal to land on a sub-second mark like 12.5.
  3. Enter the end time in moments in the second number field. Double-check that this value is greater than the start value and that both values sit inside the source duration the tool reported.
  4. Select Trim video. The tool processes the bounded range and reports the resulting clip duration almost instantly.
  5. Confirm that the reported clip duration matches what you expected. If the number is off, go back, adjust the start or end, and trim again.
  6. Download the resulting WebM file. The browser saves it to your default download location with a name that includes the length of the clip.

Choosing Start and End Times That Match Your Intent

The two number fields are the only inputs that decide what the output contains, so it pays to think about them in concrete terms before pressing Trim.

Use caseTypical start–end patternWhat to verify
Cut the intro from a tutorialEnd of intro line to first real stepFirst frame shows the presenter mid-action, not the title card
Extract a single highlightA few seconds before the highlight to a few seconds afterClip duration is long enough to include the reaction or payoff beat
Trim a long recording down to a single sectionTwo anchor points you noted while watchingBoth numbers are inside the source duration reported by the tool
Make a social-ready teaser15 to 60 second window from the strongest sectionClip duration matches the platform's recommended length

Because the tool reports the clip duration before you download, you can run a few experimental trims to dial the window in without accumulating intermediate files. Each trim overwrites the previous result in memory, so you only keep the final WebM once you are happy with the range.

Working with the WebM Output

The trimmer's output is always a WebM file, regardless of whether your source was MP4, MOV, MKV, or WebM. The choice reflects what the browser can encode reliably without external libraries and keeps the tool dependency-free. Most modern players handle WebM natively, but a few legacy environments still expect MP4 — for those cases, you can pass the trimmed file through the Video Compressor with a quality preset to produce an MP4 alongside the WebM, or run it through any desktop converter such as HandBrake or FFmpeg.

If you also need a square or vertical crop for social posting, the trimmed WebM can be opened in the Video Cropper, which crops to a precise in-frame rectangle and exports another WebM. Chaining the trim and the crop in this order trims first, then crops, which is usually what you want — cropping after trimming means fewer pixels to process and a smaller intermediate file.

When Trimming Alone Is Not Enough

Trimming changes the temporal window of a clip but leaves every other dimension untouched. If your goal involves changing the file size, the dimensions, the orientation, or the audio channel, pair the trimmer with one of the related tools rather than expecting a single pass to do everything.

You need to…Reach for…
Shrink the final file for messaging appsRun the trimmed WebM through Video Compressor
Switch from landscape to vertical framingUse Video Cropper or Video Resizer after trimming
Pull the audio track out as its own fileUse Video to Audio Converter
Grab a single still frame from the trim windowUse Video Frame Extractor at the exact timestamp

For a different cutting workflow focused on local-only operation, see the guide on cutting a video clip without uploading the original file, which covers the broader landscape of privacy-respecting editing tools.

Limits Worth Knowing Before You Trim

Browser-based decoding puts practical ceilings on what Video Trimmer can handle. Files longer than roughly ten to fifteen minutes can load but may strain the decoded-frame buffer on older machines, and very high-resolution 4K sources may decode slowly even on fast hardware. The tool reads what your browser will play, which for an MP4 saved from YouTube usually means the resolution and codec of that specific file — typically 720p, 1080p, or 1440p with H.264 inside an MP4 container. There is no upscaling or quality boosting; the cut window is only as sharp as the source frame.

The trim is also bounded by the source duration. If your end time exceeds the file length, the tool rejects the input before trimming. If your source video lacks a clean keyframe at the requested second, the first decoded frame in the output may land slightly later than the start time, which is a property of the codec's keyframe spacing rather than a bug in the trimmer. For YouTube files that were originally encoded with H.264 at the default 2-second keyframe interval, the offset is at most roughly two seconds, and the reported clip duration reflects what was actually captured.