G
G
GFX Data2021-09-05 14:46:34
Video
GFX Data, 2021-09-05 14:46:34

How to make such a set of frames from a video into one PNG / JPG file?

Hello!
How to make such a set of frames from a video into one PNG / JPG file?
Service online or program.
It is important to specify the number of columns and rows, the size of each frame.
Up to 300 frames, video resolution is small, 240*240 pixels. Every frame is needed, without intervals.
Thanks for answers!
6134ad3f72126743520145.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
U
U235U235, 2021-09-05
@ShockWave2048

ffmpeg -loglevel panic -y -i "input.avi" -frames 1 -q:v 1 -vf "select=not(mod(n\,600)),scale=-1:100,tile=5x10" video_preview.jpg

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question