PhoroLinux

Take screenshots of movie with Movie Thumbnailer

February 7th, 2008 · Posted by Toor · 4 Comments

Movie Thumbnailer is a nifty Bash script. With Movie Thumbnailer, you can take screenshots of a movie.

Usage

  1. Download Movie Thumbnailer at CLI-Apps.org.
  2. Movie Thumbnailer depends on MPlayer and ImageMagick, install them using this command:
    sudo apt-get install mplayer imagemagick
  3. Make the file executable:
    chmod +x shot.sh
  4. Usage sample:
    ./shot.sh -n 20 -r 35% ~/path/to/film.avi

    • -n - specify the number of screenshots to take
    • -r - change the size of the output image

    For more usage, run ./shot.sh -h.

Air Buddies 2006

If you like this post, please consider buying me a beer.

Tags: Scripts

4 responses so far ↓

Leave a Comment