Microsoft Snipping Tool: Save Video Files
The Microsoft Snipping Tool is a versatile screenshot utility that comes pre-installed on Windows operating systems. While it has been a long-time favorite for capturing still images of the screen, many users are unaware that the Snipping Tool also has the capability to record videos of on-screen activity. This article will explore how to use the Snipping Tool to save video files, covering key concepts and providing detailed instructions.
Recording a Video with the Snipping Tool
To record a video with the Snipping Tool, follow these steps:
- Open the Snipping Tool by searching for it in the Start menu.
- Click on the "Mode" button and select "Video."
- Click on the "New" button to start recording. The recording window will appear, and you can adjust its size as needed.
- Perform the actions you want to record on-screen.
- Click on the "Stop" button when you are finished recording.
- Save the video by clicking on the "Save As" button and selecting a location and file name.
Key Concepts
Here are some key concepts to keep in mind when using the Snipping Tool to record videos:
- Recording window: The recording window is the area of the screen that will be captured in the video. You can adjust its size by clicking and dragging the corners.
- Recording duration: The Snipping Tool does not have a limit on the length of videos you can record. However, longer videos will take up more storage space on your computer.
- File format: The Snipping Tool saves videos in the MP4 format.
- Sound: The Snipping Tool does not record sound. If you need to include audio in your video, you will need to use a separate recording tool.
Code Block: Example of a Video Recording with the Snipping Tool
# Start the Snipping Tool
snippingtool
# Select "Video" mode
Mode Video
# Start recording
New
# Perform actions on-screen
# ...
# Stop recording
Stop
# Save the video
Save As C:\Users\username\Videos\myvideo.mp4
References
- Book: Microsoft Windows 10 Step by Step.
- Article: Use Snipping Tool to capture screen shots on Windows 7.
- Online Resource: How to use the Snipping Tool to record video on Windows 10.
--end article--