Create a Time-Lapse Movie with Google Street View

I made a short time-lapse movie today using Street View images from Google Maps and playing them all in a quick sequence with some background music. The end result, as you may have noticed in the video, is quite similar to the view that you would get if you were actually driving on that road while sitting inside the Street View car.

This may have some practical uses. For instance, you can create a time-lapse of the route between the airport and your business, add voice narration to mention the important landmarks on that route, and people are then less likely to call you for directions.

To get started, you would obviously need hundreds of Street View images. It is not practical to capture these many screenshots manually so what I have done is written a small script that does two things – it capture the screen and then advances the Street View in the browser by one step. And this runs in a loop.

Step 1. Create a new profile (or use this profile) in SnagIt that captures the screen and auto-saves the screenshot to a file in the background. Make sure that you capture screenshot images at 1280x720 for publishing a 720p video.

Step 2. Assuming that you have AutoHotkey on your computer, create a new text file and copy-paste the following lines into that file. Save the file with .ahk extension.

Loop
{
  Send {Up down} ; Press the UP arrow key to advance
  Sleep 1
  Send {Up up}
  Sleep, 1000 ; Wait for the Street View images to load in the browser
  Send, {PRINTSCREEN} ; Capture the screen and save the image to a file
}

Step 3. Open Google Maps Street View in the browser and run the .ahk file that you created in the previous step. Once you have captured enough images, end the script by right-clicking the Autohotkey icon in the taskbar.

Step 4. Open Windows Live Movie Maker (or iMovie if you are on a Mac) and import all these images into a new project. After the import is complete, select all the images and under the Video Tools – > Edit, set the image duration to 0.2 seconds.

That’s it. Go to File – > Save Movie to create your first time-lapse video of Street View and upload it to YouTube in HD (720p).

time lapse video settings

Amit Agarwal

Amit Agarwal

Google Developer Expert, Google Cloud Champion

Amit Agarwal is a Google Developer Expert in Google Workspace and Google Apps Script. He holds an engineering degree in Computer Science (I.I.T.) and is the first professional blogger in India.

Amit has developed several popular Google add-ons including Mail Merge for Gmail and Document Studio. Read more on Lifehacker and YourStory

0

Awards & Titles

Digital Inspiration has won several awards since it's launch in 2004.

Google Developer Expert

Google Developer Expert

Google awarded us the Google Developer Expert award recogizing our work in Google Workspace.

ProductHunt Golden Kitty

ProductHunt Golden Kitty

Our Gmail tool won the Lifehack of the Year award at ProductHunt Golden Kitty Awards in 2017.

Microsoft MVP Alumni

Microsoft MVP Alumni

Microsoft awarded us the Most Valuable Professional (MVP) title for 5 years in a row.

Google Cloud Champion

Google Cloud Champion

Google awarded us the Champion Innovator title recognizing our technical skill and expertise.

Email Newsletter

Sign up for our email newsletter to stay up to date.

We will never send any spam emails. Promise.