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:
![Output image of ffmpeg, a 5x4 grid of video images](https://linux.codidact.com/uploads/mnzt6gamk3pu3pzuxcuslkzkl6t5)
- 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:
- ![Output image of ffmpeg, a 5x4 grid of video images](https://linux.codidact.com/uploads/ivqd76eusp7lpoxok6o7qarx3qyl)
#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 ![Output image of ffmpeg, a 5x4 grid of video images](https://linux.codidact.com/uploads/mnzt6gamk3pu3pzuxcuslkzkl6t5)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:
- ![Output image of ffmpeg, a 5x4 grid of video images](https://linux.codidact.com/uploads/mnzt6gamk3pu3pzuxcuslkzkl6t5)
#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 ![Output image of ffmpeg, a 5x4 grid of video images](https://linux.codidact.com/uploads/mnzt6gamk3pu3pzuxcuslkzkl6t5)the same: