video trimmer

trim clips

Enter a start time and duration to export a video clip in the browser. ffmpeg.wasm를 전용 Web Worker에서 실행하며, 동영상은 로컬에서만 처리됩니다. 압축 결과는 HLS.js로 미리 볼 수 있습니다.

Loading video trimmer…

video trimmer는 무엇에 적합합니까?

Video trimming exports a short clip from a local video. After the user enters a start time and duration, the tool calls ffmpeg.wasm in the browser and exports MP4.

The first version uses lightweight inputs instead of a full timeline. Keep the original file and preview the result before downloading.

지원되는 형식: MP4, MOV, WebM, AVI; 단일 파일 제한: 500MB.

video trimmer 사용 방법

  1. 단계 1

    Select video

    Upload the video you want to trim.

  2. 단계 2

    Enter timing

    Enter start time and duration, such as 00:00:05.

  3. 단계 3

    Export clip

    Run local trimming, preview, and download MP4.

FAQ

What time format should I use?

Use HH:MM:SS, such as 00:01:30. Empty inputs fall back to defaults.

Does trimming re-encode the video?

Yes. The first version exports H.264/AAC MP4 for browser preview and output compatibility.

Will my video leave this device?

No. Processing happens locally in the current browser.

기술 및 데이터 소스

  • ffmpeg.wasm Official FFmpeg project documentation for running FFmpeg in the browser.
  • Comlink Open-source RPC library for communication between the page and a Web Worker.