Imagemagick does the magic in ffpoth - a movie thumbnailer

Post here to shower the ImageMagick developers with praise or discuss how you could have done a better job if you developed ImageMagick. Or talk about how Photoshop is better than ImageMagick. Even complain about how no one answered your postings in the Users forum. Venting and musings welcomed here.
Post Reply
dlz
Posts: 3
Joined: 2012-01-11T10:28:15-07:00
Authentication code: 8675308

Imagemagick does the magic in ffpoth - a movie thumbnailer

Post by dlz »

Hello!
I want to thank all developers of imagemagick, because imagemagick does most of the magic in a little tool i made.
Take a look at this image:

Image

The whole compositing is done with IM.
ffpoth, thats the name of the tool i made, takes still images from video files and writes them to standard output as PPM.

ffpoth project site
ffpoth discussion

Without IM it would be MUCH harder to montage multiple thumbnails with text and timestamps. (i've tried it...)

Thank you!

Robert
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Imagemagick does the magic in ffpoth - a movie thumbnail

Post by anthony »

Congratulations Robert. Nice results. I know that pixar short film, and the result is impressive.

Do you use IM to actually add the time stamp to the individual images being feed as a PPM stream to "montage"?
Or is "montage" the extent of the ImageMagick use?

Never mind I see it is listed on the wiki page...
http://code.google.com/p/ffpoth/wiki/examples

Hmmm... I did not think PPM file format allows for 'comments', but I see that I am wrong about that!
I have added notes about it in
http://www.imagemagick.org/Usage/format ... us_comment
(give it a couple of hours to appear)

Though that last example could use some break up into multiple lines to make it more readable. Wiki page however is not very good for editing (or re-editing) additional comments, and comments does nto seem to obey the wiki syntax that is specified!
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
dlz
Posts: 3
Joined: 2012-01-11T10:28:15-07:00
Authentication code: 8675308

Re: Imagemagick does the magic in ffpoth - a movie thumbnail

Post by dlz »

Thank you, Anthony!

First of all, this is not a pixar movie. It is Big Buck Bunny from the Blender Foundation. It is a open movie.

Well, as you might already noticed, almost everything I have learned about IM, I have learned from your IM-Usage-Site. I have to thank you for that!
Your site is really useful to get FAST results, without digging for gold for hours and hours.

The PPM comment is mentioned in the PPM Format Specification. I was happy when I found out that IM supports that feature. However, right now IM has a bug on comment handling in a PPM file. I reported that and it will be fixed in the next point release.

I will make the examples more readable, later.

Robert
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Imagemagick does the magic in ffpoth - a movie thumbnail

Post by anthony »

What was that bug? Just for our knowledge, in case someone else come across it!
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply