代码、数据与二维码工具

Trim Video

在浏览器中使用「Trim Video」完成代码、数据与二维码相关任务;输入内容和结果默认在设备上处理。

优先本地处理无需注册隐私说明 ↗

Checking browser video-capture support…

No file selected

MP4, WebM, Ogg video, or MOV up to 40 MB. The browser must decode the video; it stays on this device.

Sources can be up to 15 minutes. The selected clip can be up to 10 minutes; its in-memory recording stops at 120 MB.

Choose a video to begin.

使用步骤

如何使用

  1. Choose an MP4, WebM, Ogg video, or MOV file up to 40 MB and wait for its metadata.
  2. Set start and end seconds within the source duration; the clip can be at most 10 minutes.
  3. Create the clip, review the re-encoded result, and download the browser-selected WebM or MP4 file.

Local playback capture, not container editing

The selected source stays in this browser. The page plays only the selected range into a browser MediaRecorder and creates a new video file locally. It does not upload the source or call a server encoder. This is a re-encode of the decoded playback, so it does not copy the original video bytes, metadata, chapters, subtitles, or exact source codec settings.

Defined limits and browser boundaries

Input is limited to 40 MB, source duration to 15 minutes, selected duration to 10 minutes, and the recorded in-memory result to 120 MB. The page needs video captureStream and MediaRecorder support. It selects a supported recording MIME type and labels the download with the recorder’s reported WebM or MP4 type; availability and visual quality vary by browser. The end is aligned to decoded playback frames, not guaranteed to be frame-exact.

常见问题

你可能还想知道

Will the download keep my source format?

Not necessarily. The page records the playback stream using a MIME type the current browser supports, normally WebM and sometimes MP4. The result shows its actual reported MIME type before download.

Why is the cut not frame-exact?

Native browser playback capture records decoded frames as they play. It can stop at a nearby decoded playback frame, but it does not expose a no-loss, frame-accurate container editor without a dedicated media-processing library.

Does the video leave my device?

No. The source preview, capture, recording buffer, and finished download are created in the current browser session.