Categories
Posts

Squeezing the soul out of digital video

The image above is from the original Teenage Mutant Ninja Turtles cartoon title sequence. Pretty iconic, right? It is the result of a new video technique I came up with. For more examples and a thorough explanation, read on:

I was taken by a Strange Mood and created a small combination of shell and python scripts that:

1) Creates a still image from every frame of a given input video, then
2) Compares each of these images against each other, round-robin style, in order to
3) Find the two images (and therefore, the two “shots”) which are the LEAST like each other in the source video.

Essentially it take a video input, and finds the two frames that are least like each other. My theory is that all of this will Tell Us Something. I don’t really know what. This is something like digital mysticism, trying to find the soul of a string of bits and surface it.

The current method is sub-optimal in several ways, for one it takes a long time to run on a laptop. Remember: We’re comparing every second of video to every other second of video, and that adds up. Running the script against a full 22-minute episode of a TV should would require 970921 comparisons, so I’ll set that up to run tonight and maybe it’ll be done by morning? This sounds like a job for EC2.

Some more examples:

A-Ha – Take On Me

Citizen Kane – Original Trailer

Categories
Posts

Blubox – A Metafilter TV Channel

I’m happy to present to you the newest entry in the long-lost 6 hour projects (this one took more like 2) section here at Extra Future: blubox.

blubox is a script and page that takes the most recently posted videos on Metafilter.com and puts them into a YouTube playlist. The source code is available on Github.

Categories
Links

COBE

[Yes, please:][link]

>COBE stands for Code of Business Ethics. Cobe is a conversation simulator, originally a database backed port of MegaHAL but a bit more now.”

As you know I’m a bit of a sucker for [chatter bots that learn][bot].

[link]: https://github.com/pteichman/cobe “pteichman/cobe”
[bot]: https://extrafuture.com/code/tybor/ “My chat bot, Tybor”

Categories
Links

Pinry

[A self-hosted, open source, Pinterest clone.][link] Built with Python, from the looks of it.

[link]: http://getpinry.com/ “Pinry”