It seems like it would be simple enough to convert a video into an image like these by isolating a single column of pixels from each frame and putting them together chronologically.
Yeah, that was fun: #starting at 467s and outputting the images of the next 3 seconds ffmpeg -ss 467 -t 3 -i video.mkv output.%04d.png # crop image to 1px slices 280 pixels from the left. gm mogrify -crop 1x+280+0 *.png # stitch them gm montage -border 0 -geometry +0+0 -tile x1 *.png image.jpg Perfect example how easy and straightforward it is to use command line utilities. Now someone just has to find movies with st…
A Very Unusual Camera That Emphasizes Time Over Space
51–60 of 61 posts
Re: A Very Unusual Camera That Emphasizes Time Over Space
#52As many others have mentioned, this is a well-explored field. Golan Levin maintains a very extensive list of slit-scan camera experiments, check it out for some awesome examples: http://www.flong.com/texts/lists/slit_scan/
[1]: http://www.flong.com/storage/images/texts/slit_scan/lartigue...
Re: A Very Unusual Camera That Emphasizes Time Over Space
#53Re: A Very Unusual Camera That Emphasizes Time Over Space
#54You don't need an $85,000 camera to play around with slit scan photography. As with just about everything these days, there's an app for that: https://itunes.apple.com/us/app/slit-scan-camera/id419292360... Note that this is slit-SCAN, which is a bit different in that it moves the "slit" across the face off the sensor, rather than capturing from a static slit over time (the same technique was used in Star Trek:TNG to…
If you want to play with real hardware, scrap a $100 scanner. Simplest/oldest: http://www.sentex.net/~mwandel/tech/scanner.html (The garage door picture continues to be awesome after so many years.) More professional version: http://golembewski.awardspace.com/index.html (And weirdest - you really do not want to blink during one of these photos.)
Re: A Very Unusual Camera That Emphasizes Time Over Space
#55Re: A Very Unusual Camera That Emphasizes Time Over Space
#56Re: A Very Unusual Camera That Emphasizes Time Over Space
#57CINECHAMBER CHANNEL BIOSPHERE - GENKAI-1 Official video by Egbert Mittelstädt From the album N-Plants
It's performed in the cinechamber which is four huge video walls with I think an eight speaker array. The time distortion is amazing and you are totally immersed.
Re: A Very Unusual Camera That Emphasizes Time Over Space
#58Re: A Very Unusual Camera That Emphasizes Time Over Space
#59You don't need an $85,000 camera to play around with slit scan photography. As with just about everything these days, there's an app for that: https://itunes.apple.com/us/app/slit-scan-camera/id419292360... Note that this is slit-SCAN, which is a bit different in that it moves the "slit" across the face off the sensor, rather than capturing from a static slit over time (the same technique was used in Star Trek:TNG to…
Some examples:
https://www.youtube.com/watch?v=8FJF1RPLgjo
Re: A Very Unusual Camera That Emphasizes Time Over Space
#60I built a camera like that out of wood a couple years ago. It uses gears on the inside to pull a regular roll of film through and expose it through a narrow vertical slit as you rotate the whole camera on its center axis. It's sort of a broad-stroke photo. http://nnife.com/d/?dimension=33 Here are a few shots that turned out decently: http://nnife.com/p/?dimension=20 These are just film scans. You can by the light ba…