Changes between Version 5 and Version 6 of How to take multiple screenshots to an image (tile, mosaic)
- Timestamp:
- Nov 11, 2015, 5:12:35 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
How to take multiple screenshots to an image (tile, mosaic)
v5 v6 1 To make multiple screenshots and place them into a single image file (creating tiles), you can use FFmpeg's [http ://ffmpeg.org/ffmpeg.html#tile tile video filter], like this:1 To make multiple screenshots and place them into a single image file (creating tiles), you can use FFmpeg's [https://ffmpeg.org/ffmpeg-filters.html#tile tile video filter], like this: 2 2 {{{ 3 3 ffmpeg -ss 00:00:10 -i movie.avi -frames 1 -vf "select=not(mod(n\,1000)),scale=320:240,tile=2x3" out.png
