-
Amsterdam in black and white….
These shots were taken during a trip to Amsterdam this past September. I was attending the IBC conference and had a chance to photograph this european jewel again. This time I decided that I wouldn’t do the touristy thing. I decided to minimize my shots of famous landmarks and instead take a tour of Amsterdams…
-
Aarrrrgoosss…and now for some CFL fun
Attended a Toronto Argonauts football game yesterday at the Rogers Centre. It was fun and chilly. The Argos were playing against Montreal Alouettes and did pretty good for a while, but at the end the Alouettes were just playing better. Here are some of the shots from the game. All done using Canon’s 70-200 mm…
-
Nuit Blanche 2008….Toronto celebrates the Arts/Artists.
Once again Toronto celebrated Nuit Blanche this past weekend (October 04-05). I did not go to last years event, but had attended the very first one (best one thus far IMHO) in 2006. Although the event this year went without a hitch, there were a lot of intoxicated people on the streets and the whole…
-
FFmpeg commands for ipod video encoding…
So I found out the hard way that the new ipod’s (with video out) can actually play 640×480 video and also figured out how to get iTunes to accept the encoded files (so that I could sync them with the device)…….here is the run down: “TV-Out” mode – 1.5Mbit/s 640×480 H.264 videos BIT_RATE <= 1500 kbps…
-
ffmpeg command line quickies…..
Here are a bunch of ffmpeg command lines that will do just about everything you need. Getting info from a video file ffmpeg -i video.avi Turn a sequence of images into video ffmpeg -f image2 -i image%d.jpg video.mpg Turn a video into a sequence of images ffmpeg -i video.mpg image%d.jpg Encode video for Ipod/IPhone ffmpeg…
-
Speed up Mac OS X Mail application…..
Does your OSX Mail app crawl when you start it. Well here is a quick tip to speed things up again. Just issue this command from a terminal window (make sure you’re not running Mail app first). sqlite3 ~/Library/Mail/Envelope\ Index vacuum;You should notice a bit of a performance improvement the next time you start the…
