video frame capture

capture frame

Export a JPG or PNG frame from a video at a selected timestamp. ffmpeg.wasm를 전용 Web Worker에서 실행하며, 동영상은 로컬에서만 처리됩니다. 압축 결과는 HLS.js로 미리 볼 수 있습니다.

Loading video frame capture tool…

video frame capture는 무엇에 적합합니까?

Video frame capture extracts a cover image, preview image, or material frame from a local video. The tool reads a selected timestamp and exports JPG or PNG with ffmpeg.wasm.

The first version uses a time input rather than a frame-by-frame picker. If the timestamp is beyond the video length, processing may fail.

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

video frame capture 사용 방법

  1. 단계 1

    Select video

    Upload the video to capture from.

  2. 단계 2

    Enter timestamp

    Enter a time such as 00:00:03 and choose the image format.

  3. 단계 3

    Preview and download

    Check the captured frame, then download JPG or PNG.

FAQ

What timestamp format should I use?

Use HH:MM:SS, such as 00:00:03.

Should I choose JPG or PNG?

JPG is usually smaller; PNG is better when you need lossless image output.

Will frame capture upload my video?

No. The video is processed only in the local 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.