Thursday, July 11. 2013DSLR upgrade considerations![]() It took me some time to write a post about photo gear. As my Canon EOS 40D is now really becoming old, I’m looking for an upgrade. Sadly, my photography hasn’t evolved much, so I most probably won’t wait for the 7D Mk II (if that one still makes sense, given the 6D) and will stay with their prosumer x0D line. Surprisingly, it took Canon three years to introduce a successor to the 60D: The EOS 70D. Although I originally considered the 60D a downgrade within that line, my view has changed with its successor: The reduced weight is not something negative, the reduced size is minimal, the plastic housing at least has got weather sealing, and the swivel screen perfectly fits the camera’s video capabilities. I’d get (compared to the 40D):
So, quite a jump in technology during the last six years. I plan my purchase for the end of this year.
Posted by Stephan Paukner
in Photography
at
15:16
| Comments (0)
| Trackback (1)
Defined tags for this entry: photo gear
Tuesday, July 9. 2013Cheap time lapses, II![]() ![]() Some quotes of myself from four years ago: “Cheap” should mean here that you don’t need to spend money on extra hardware like a remote timer or on extra software like Windoze [...] My hope is that I can use gphoto2 with an Android smartphone. Somehow this is still a Linux-post, as Android simply is the most popular Linux distribution to date. Btw, PC and smartphone don’t count as dedicated extra hardware. But you might need to purchase an app and a USB adapter: Meanwhile I use the awesome DSLR Controller on my Android smartphone in USB host-mode to create time-lapse picture sequences on my aging Canon EOS 40D—a thing that wouldn’t work with a diePhone, I guess. This app can do a lot more, of course. Up to now, you have to rely on USB. However, as Wi-Fi enabled DSLR The most elegant solution would of course be located within the camera itself. Canon is still sleeping in this regard, but at least there’s the third-party Magic Lantern firmware add-on for some newer models, also sporting an intervalometer. My 40D is not (yet, but I guess won’t ever be) supported. You should still set the camera to a resolution at or slightly above the HD 1080p resolution, which in my case is 1936×1288. You should fix the aperture and ISO values, and probably also the exposure time. [Update: In addition, fix the white balance. Also, don’t forget to cover the viewfinder with the eyepiece cover on your strap, as otherwise you might get different exposures that result in flickering!] After getting the images to your Linux machine, you need to crop the pictures from 3:2 to 16:9 (in my case 1936×1089) or crop a 1920×1080 patch directly. You can do this with a simple script using ImageMagick: #!/bin/bash
[ ! -z “$1” ] && v=$1 || v=0 [ ! -z “$2” ] && h=$2 || h=0 for img in *JPG; do num=$(echo $img | tr -d ’[:alpha:]_.’) convert $img -crop 1920x1080+$h+$v img_${num}c.jpg done (GNU Parallel didn’t work for me.) You can then issue $ mencoder ’mf://*jpg’ \
-nosound \ -ovc x264 \ -x264encopts nocabac:level_idc=41:bframes=0:bitrate=9500:\ global_header:threads=auto:pass=1 \ -mf type=jpg:fps=24 \ -vf dsize=1920:1080:2 \ -of lavf -lavfopts format=mp4 \ -o timelapse-f24-1080.mp4 to render an HD video into a format that’s also recognized by your smartphone. Finally, you could use OpenShot to edit your videos and add background music. (You could of course compose that music yourself using FOSS as well...)
Posted by Stephan Paukner
in Information Technology, Photography
at
15:28
| Comments (0)
| Trackbacks (0)
(Page 1 of 1, totaling 2 entries)
|
AboutCalendarArchivesCategoriesShow tagged entriesandroid anti-spam apache astronomy austria automobile ballooning bash bug career cloud collecting comic cooking crypto cw debian diy dreams education electronics event fail fashion finance flickr fuerteventura fun gentoo geography german gnu-linux google google earth graphics guitar hardware history image processing internet kernel kids language lanzarote lhc lifestyle linkroll literature ltd machine learning making mathematics matlab microsoft migration movies munich music nautilus numismatics octave pdf perl philosophy phone photo gear photography physics podcast politics postfix private programming public transport rant religion review salzburg samsung science security shtf social web software statistics storage sustainability symbian tablet time lapse transceiver tv usenet venice video virtualization wordplay work www yahoo
Syndicate This BlogFollow meBookmarks
Powered by |