Tag: bash

  • automated screendump creation

    i recently had to create jpg thumbs of the first frame from a bunch of videos. doing this manually is not really an option if you have 100 files or more, so commandline to the rescue. i had an ubuntu box, on which i installed ffmpeg: sudo apt-get install ffmpeg then cd into the directory…