Showing posts with label wget. Show all posts
Showing posts with label wget. Show all posts

Tuesday, 30 June 2009

Helicopter Coast View Around Cork Harbour, wget and ffmpeg fun

Video here:
http://www.youtube.com/watch?v=5TVB7KPXAts

Image data Copyright:
http://gis3.dcmnronline.ie/imf5104/imf.jsp?site=Helicopter
It would be nice if GIS info were available to taxpayers! poke. poke.
And if GIS browsing site had more features.
Basic bookmarking/linking would be nice.
Anyone want to write a cloudy app?
It's not fantastically wonderful data really .. maybe,


BASEURL=http://gis3.dcmnronline.ie/sorted/
for (( i=87198 ; i<=88123 ; i++ )) ; do
echo i=$i;
wget -c $BASEURL/$i.jpg ;
done

for (( i=87198,j=0 ; i<=88123 ; i++,j++ )) ; do
ln -s $i.jpg $j.jpg;
done

# -r is framerate in fps, -b bitrate
FFFLAGS=-title 'Helicopter Coast Cork Harbour http://gis3.dcmnronline.ie/imf5104/imf.jsp?site=Helicopter'
ffmpeg $FFFLAGS -r 3 -b 1800 -i helisound.mp3 -i %d.jpg HelicopterCoastCorkHarbour.mp4

# ugh, yes. sorry about the audio
# 995 images, 8M video.



http://gis3.dcmnronline.ie/output/ENG_HELICOPTER_dcmnrgis-web134762684331.png

http://gis3.dcmnronline.ie/sorted/87685.jpg
Cuskinney, Cobh

http://gis3.dcmnronline.ie/sorted/87654.jpg
The slip in Cobh

http://gis3.dcmnronline.ie/sorted/100741.jpg
Dublin joyce martello tower sandycove

http://gis3.dcmnronline.ie/sorted/104513.jpg
Dundalk

http://gis3.dcmnronline.ie/sorted/1.jpg
Throat of malin

87k * 100000 images = 8700000k = 8.7G
Hmmmmm >;)

http://gis3.dcmnronline.ie/sorted/88123.jpg
out to R of Roches Point (and of Cork harbour)

http://gis3.dcmnronline.ie/sorted/87198.jpg
well out of (Cork) harbour to left


http://en.wikipedia.org/wiki/HNLMS_Amsterdam_(A836)
http://www.defensie.nl/marine/operationeel/schepen/hr_ms_amsterdam/

http://gis3.dcmnronline.ie/sorted/87638.jpg
http://gis3.dcmnronline.ie/sorted/87639.jpg
http://gis3.dcmnronline.ie/sorted/87640.jpg
http://gis3.dcmnronline.ie/sorted/87641.jpg
http://gis3.dcmnronline.ie/sorted/87642.jpg

87638 bow -> 42 stern


http://gis3.dcmnronline.ie/imf5104/imf.jsp?site=Helicopter

Friday, 27 February 2009

Last day for me in CommProve today

Last day for me in CommProve (http://www.commprove.com) today.
I made apple buns.
Mike brought lemon merangue.
Pub lunch.
I cycled to and from.

New laptop installed with ubuntu.
Windows bare installed but not network/wireless capable until a bunch more drivers are sourced from somewhere on the internet.
Meh.
Ubuntu 8.10 intrepid Ibex a joy to install.
Repartitioning, dual boot, sound, graphics + openGL, network/wireless ...
Firefox bookmarks + passwords sync with Foxmarks.

Note to self:
rsync -avz --partial --progress user@server:dir ./
gtar -zcvf dotfiles.tgz .[a-zA-Z]*
wget -r -l 1 -k --save-cookies cookies.txt --load-cookies -S --keep-session-cookies --proxy=on --no-check-certificate https://server/whatever
# and rm .ssh/known_hosts as appropriate ... :-7