Post History
Of course, being a swiss army knife ffmpeg already has this capability builtin: ffmpeg -i Example.mp4 -vf "select=not(mod(n\,20)),scale=200:-1,tile=5x4:padding=2:color=white" -vsync 0 -frames:v 1 ...
Answer
#3: Post edited
- Of course, being a swiss army knife `ffmpeg` already has this capability builtin:
- ```shell
ffmpeg -i Example.mp4 -vf "select=not(mod(n\,20)),scale=200:-1,tile=5x4" -vsync 0 -frames:v 1 output.jpg- ```
- The result is about the same:

- Of course, being a swiss army knife `ffmpeg` already has this capability builtin:
- ```shell
- ffmpeg -i Example.mp4 -vf "select=not(mod(n\,20)),scale=200:-1,tile=5x4:padding=2:color=white" -vsync 0 -frames:v 1 output.jpg
- ```
- The result is about the same:
- 
#2: Post edited
- Of course, being a swiss army knife `ffmpeg` already has this capability builtin:
```- ffmpeg -i Example.mp4 -vf "select=not(mod(n\,20)),scale=200:-1,tile=5x4" -vsync 0 -frames:v 1 output.jpg
- ```
The result is about the same:
- Of course, being a swiss army knife `ffmpeg` already has this capability builtin:
- ```shell
- ffmpeg -i Example.mp4 -vf "select=not(mod(n\,20)),scale=200:-1,tile=5x4" -vsync 0 -frames:v 1 output.jpg
- ```
- The result is about the same:
- 
#1: Initial revision
Of course, being a swiss army knife `ffmpeg` already has this capability builtin: ``` ffmpeg -i Example.mp4 -vf "select=not(mod(n\,20)),scale=200:-1,tile=5x4" -vsync 0 -frames:v 1 output.jpg ``` The result is about the same: