Modifying visual media via code has always been a fascination of mine. Probably because I’m not a designer and I tend to stick to what I’m good at. One visual effect I love is seeing video reversed — it provides a sometimes hilarious perspective on a given event.
Take this reversed water effect for example:

To reverse an animated GIF or video, you can use the ImageMagick library:
convert water-forward.gif -coalesce -reverse -quiet -layers OptimizePlus -loop 0 water-reversed.gif
If you’re interested in media engineering, check out my previous ImageMagick tutorials. These awesome media libraries are as close to an artist I will ever get!
I’m an Impostor
This is the hardest thing I’ve ever had to write, much less admit to myself. Â I’ve written resignation letters from jobs I’ve loved, I’ve ended relationships, I’ve failed at a host of tasks, and let myself down in my life. Â All of those feelings were very…
5 More HTML5 APIs You Didn’t Know Existed
The HTML5 revolution has provided us some awesome JavaScript and HTML APIs. Â Some are APIs we knew we’ve needed for years, others are cutting edge mobile and desktop helpers. Â Regardless of API strength or purpose, anything to help us better do our job is a…
Facebook Open Graph METAÂ Tags
It’s no secret that Facebook has become a major traffic driver for all types of websites. Â Nowadays even large corporations steer consumers toward their Facebook pages instead of the corporate websites directly. Â And of course there are Facebook “Like” and “Recommend” widgets on every website. Â One…
[ad_2]
Source link