(EDIT: sorted this out, thanks everyone, ffmpeg can do everything)

I'm thinking of writing a rust script to create an anki deck given a video file and a subtitle track.

One thing I'm not sure I should do, is how do I get a snapshot from a video file?

Does anyone know a good way to do this?

The script will go through all the timestamps in the provided subtitle file and take screenshots.

#tech #techsupport #SoftwareDev #rust

@sashin ffmpeg can most likely do that!
@yukijoou Oh nice! That makes things much more straightforward, will look into this