N
N
Nikidze2020-06-12 15:38:44
fmpeg
Nikidze, 2020-06-12 15:38:44

How to extract the first frame from a video using ffmpeg?

Preferably ffmpeg, but another console utility is also possible.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Pavel Mezhuev, 2020-06-12
@Nikidze

ffmpeg -i input.mkv -ss 00:00:00 -vframes 1 output.png

I also recommend paying attention to ffmpegthumbnailer.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question