Skip to content

Free toolsAudio and video

Video to image

The exact second you name, as a still picture.

This one runs on your credits. The exact second you name, as a still picture.

Sign in and get 500 free credits every month — enough for many files — then drop the file in the workbench and run video to image there.

Pick a file below to see exactly what it would cost.

More free conversions, where you upload. The Fylane extension does the same work inside any upload form, on its own free share every day.About the extension

How to convert Video to image

  1. Drop the video.
  2. Type the second you want.
  3. Press Extract and download the JPG.

What happens to your file

The video is decoded on Fylane’s servers up to the second you named and that frame is written as a JPEG at the video’s own resolution — a 1080p clip gives a 1920 × 1080 picture.

A second past the end of the video is refused with the video’s length.

Questions

Why is the frame blurry?

It was blurry in the video: motion blur and compression are in every frame. Try a second nearby where the camera was still.

Do this in code

curl -X POST https://api.fylane.dev/v1/jobs \
  -H "Authorization: Bearer $FYLANE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "file_id": "<file id>",
    "operation": "video.thumbnail",
    "options": {}
  }'

The same operation, video.thumbnail — One frame as JPEG — the poster, at the second you pick. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.