This shell script creates a sheet with screen captures from a movie.
- Linux standard GNU utils (should also work under *BSD and Solaris)
- getopt (normally part of the GNU utils)
- awk/gawk/mawk
- Mplayer
- ImageMagick
- FFmpeg
- make_caps.sh
- Download make_caps.sh and put it somewhere into your $PATH (e.g. /usr/local/bin).
- Make the file executable:
chmod a+x make_caps.sh
.
Type make_caps.sh --help
to get a short description of the program.
make_caps.sh
determines which frames are to be captured. For every frame, it
- Captures the frame with mplayer, optionaly scaling it.
- If requested, the frame is cropped.
- A timestamp is added to the picture.