Submitted by Roland on Sun, 2009-01-18 16:32
Submitted by Roland on Wed, 2009-01-14 20:01
Let's say you had 1796 photos in a directory from flickr and wanted to animate them in Shoes which is built on Ruby, how would you do it?
Here's how I did it (forgive my bad code, it was just a fun 1st project and of course you could do this in QuickTime Pro with no programming but that wouldn't be as much "fun" :-) !):
Dir.chdir("/a directory with 1796 skyte photos")
skyte_pics = Dir.glob("*.jpg")
size = skyte_pics.size
@skyte = image skyte_pics[0]
animate(200) do |frame|
close if frame > size
@skyte.path = skyte_pics[frame]
end
end
}
Submitted by Roland on Tue, 2007-03-13 04:42
Submitted by Roland on Fri, 2006-11-03 07:10
UPDATE:It looks like blip.tv took the FLV that the Brightcove Publishpod encoded out of my MP4 (if the video below doesn't work, go to my blip.tv post to play it!):
1st N93 Video 3 Stops Skyte Broadway to Granville
The first video I did with my N93 was a 5 minute one of the SkyTrain (of course!). It's an awesome video but its 100MB (since I did it at 640x480 30fps MPEG4). I tried to upload it to Brightcove (since I know it won't work on blip.tv, my fav service; file is too big) but it didn't work. The Brightcove Mac OS X uploader, Brightcove Publishpod, successfully encoded the MP4 to flash video aka FLV but the sites says it's processing (and it's been saying that for 24 hours!).
I guess I'll try Google Video. I did search the Brightcove knowledge base and FAQs but found no documentation for video file upload limits or that MPEG4 (and yes I know there are many variants of MPEG4 and perhaps Nokia's is not supported) was not supported. Ah well early days. Brightcove sounds great (Robin Good's Brightcove review makes it sound wonderful) but I couldn't get it to work.
Submitted by Roland on Fri, 2005-11-25 12:55
Blurry Skytrain.IMG assist rocks!