Tool for automatic image captures?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pythonx
    Confirmed User
    • Aug 2004
    • 430

    #1

    Tool for automatic image captures?

    Hello,

    Anyone know of a tool that automatically takes a screencap of an mpeg movie each x seconds?
  • practiceTITOISM
    Confirmed User
    • May 2005
    • 441

    #2
    I found this on another forum I read...so don't ask me what it means cuz i'm just copying it over.

    Made this console script and don't have the heart in me to charge for it:

    Code:

    #!/bin/bash for i in *.mpg *.wmv do mplayer -ss 00:00:04 -quiet -frames 2 -vo jpeg -ao null "$i" rm 00000001.jpg mv 00000002.jpg "$i.jpg" done


    Run this in a folder full of .wmv and .mpg and it'll watermark all of them and make files called filename.wmv.jpg
    Like this:

    http://content.leenks.com/media/temp/

    This particular script takes the screenshot at 4secs into the vid but can easily be customized to take user input on that - Also easy to implement into a php script.

    You need mplayer installed.
    Works with almost all files (depends on your mplayer version and config tho)
    Simple!

    Comment

    • Pornwolf
      Drunk and Unruly
      • Jan 2002
      • 22712

      #3
      Videocharge does it best.
      I've trusted my sites to them for over a decade...

      Webair, bitches.

      Comment

      • Tam
        Rude Bitch
        • Jan 2001
        • 8534

        #4
        http://www.frame-shots.com/features.htm

        This is the best thing I have ever seen since I have been online for doing this. I was told about it on another board and I can't believe how awesome it is. You can set it up to even do batch movies if you want... one of those "have to see to believe" things. Check it ou t.
        Get in Touch on Telegram if you need a hardworker - (since 1999) - All About Me!

        Comment

        • BV
          wtf
          • Sep 2001
          • 10914

          #5
          virtual dub if you are looking for free

          Comment

          • ARS Bryan
            Confirmed User
            • Dec 2005
            • 875

            #6
            frame shots gets my vote
            ///ARS - Adult Revenue Service


            ICQ me 25120534

            Comment

            • pythonx
              Confirmed User
              • Aug 2004
              • 430

              #7
              ah, didnt know frame shots had a batch mode.
              Thanx guys

              Comment

              • N J
                • Sep 2026

                #8
                snagit can do that too, but doing them manually gives you a much better result

                Comment

                • NemesiS876
                  Confirmed User
                  • May 2006
                  • 7436

                  #9
                  Win dvd 7, but I hear that yhe eye is the best for it (:

                  Comment

                  Working...