You may use the following method to create some info videos for your offline clients. I know there is not MUCH you can do with this thing, but still its really nice to learn something new, as you never know when you might need it.
You would need the software Snagit(Torrent) and AutoHotKey(Free)
Please follow the steps carefully:
Step 1. Create a new 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.(Or Use the profile posted in the next post)
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.
Code:
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.
Now save the movie. Done
Source: Amit Aggarwal (Labnol)