
- #Screen capture gif how to
- #Screen capture gif mac os
- #Screen capture gif 1080p
If you're searching for good GIFs recording tools, my favorite ones are LICECap on Windows/Mac and Peek on Linux, both free to use.
Use Ctrl+= and Ctrl+- (Windows/Linux) or Cmd+= and Cmd+- (Mac) to zoom in/out. For all these reasons, the more you zoom in, the happier your viewers will be: Your viewers may use small screens like smartphones, use small windows if they are multitasking or simply having a bad internet connection, forcing them to have a low resolution with compression artifacts. But for your viewers, readability is even more important, and you should definitely try to zoom in as much as possible your editor window. You can also enter Shift+Print Screen for an MP4 or Ctrl+Shift+Print Screen for a GIF.
Select Capture followed by either Screen recording (to make an MP4) or Screen recording (GIF). I know that when developing, having as much screen estate as possible is important. ShareX is a free screen capturing program that supports recording your screen and saving it to an MP4 or GIF. This one might seem trivial but is very often overlooked. NET Framework 4.0, which GIF Screen Recorder will automatically install if it is missing. GIF Screen Recorder will work on Windows XP through Windows 10, but requires. Now only shortcuts will appear as an overlay, neat! 😎 GIF Screen Recorder lets you record all or part of your screen and then edit the output afterward, so you can make the perfect GIF.
Click on Only show keyboard shortcuts in Screencast Mode checkbox. Open user settings with Ctrl+, (Windows/Linux) or Cmd+, (Mac). You might then think that showing every keystroke will become quickly tiring, but thankfully there's a setting for that: With this mode enabled, every mouse click will become circled in red and keystrokes will be shown as an overlay, like that: Search for Toggle Screencast Mode, then press Enter to activate. Open command palette with Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (Mac). This will perfectly resize your current VS Code window to the size you chose 🎉.ĭid you know that VS Code can highlight your mouse clicks and show the keys being pressed? There's a built-in feature called Screencast Mode that allows you to do that, so your viewers can more easily follow what you're doing. In the Chrome Developer Tools window that will show up, select the Console tab and enter this code window.resizeTo(1920, 1080):. Search for Toggle Developer Tools, then press Enter. Open the command palette with Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (Mac).
But you can use the Developer Tools directly:
Turns out VS Code extensions can't do that, as they have access to neither the Electron nor DOM API.
#Screen capture gif mac os
I know that some premium third-party apps can resize any app window, but I wanted a way to do it that works all the time, regardless of my current monitor setup and OS (I frequently switch between Mac OS and Windows).
#Screen capture gif 1080p
When I record a 1080p video, I want my VS Code window to have exactly a size of 1920x1080 pixels for perfect rendering.
#Screen capture gif how to
How to resize VS Code window to a given pixel size? I struggled a bit with this one problem, before finding an acceptable solution: As many of us are spending more time these days recording development screencasts, I thought I would share a few simple tips to improve your recordings of VS Code, whether it's for making videos or GIFs.