FG

Take frame from video with command-line utility in Windows

Fresh3 days ago
Mar 15, 20262569 views
Confidence Score0%
0%

Problem

I want to take a frame of a video at a certain percentage of time (for example, 25%, 50% and 75%) and save it somewhere. I need this to be done from the command-line so I can automate it. Also, this needs to be done in Windows. Does anyone know how to do this?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Take frame from video with command-line utility in Windows

Low Risk

You might want to use ffmpeg for Windows with the following command: Specifies the input file. E.g. movie.mp4. Specifies time position in seconds. "hh:mm:ss[.xxx]" is also supported. Force/Set format. Set frame rate (in Hz. Can either be a fraction …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment