Forum Discussion
How to screen record and record yourself at the same time on Windows?
New to screen recording and I'm trying to figure out how to record myself and my screen at the same time with the webcam.
Basically, I want the screen to be the main video and have a small camera window showing my face in one corner, kind of like what you see in tutorials or presentation videos. It would also be great if I could record my microphone audio at the same time.
Is there an easy way to screen record and record yourself at the same time on Windows 10 without too many complicated settings? Any tips or recommendations would be appreciated.
8 Replies
- AngeliqueSteel Contributor
OBS is quite good.
- AisnyahTin Contributor
Yes, you can use Captura to record myself and my screen at the same time on Windows 10. It has a built-in "webcam overlay" feature that lets you add your camera feed as a picture-in-picture (PiP) over your screen recording.
Here’s a step-by-step guide to set it up so you can record myself and my screen at the same time on Windows 10.
1. Initial Setup: Install and Configure FF mpeg
- Download FF mpeg: Visit the official FF mpeg website and download the version for Windows.
- Point Captura to FF mpeg: In Captura's settings, find the option to set the path to your FF mpeg bin folder. This allows Captura to export videos in formats like MP4.
2. Basic Recording Setup
- Video Source: Under the "Sources" tab, select what you want to record (e.g., Screen for the entire display, a specific Window, or a Region).
- Audio Source: In the audio section, you can choose to record Microphone input, Speaker Output (system audio), or both at the same time for a mixed audio track.
3. Add Your Webcam
This is the key step to record myself and my screen at the same time on Windows 10:- Enable Webcam: Go to the video source options and select your webcam from the list. Make sure it's turned on—you should see a preview of your camera feed.
- Position the Overlay: Click the Overlays tab or button. In the settings window, find the Webcam section. You'll be able to adjust the position and size of your camera feed on the screen.
4. Start Recording
- Once you have everything set up, you can start recording by clicking the red Record button or using a hotkey (like Ctrl+F10). You can also pause (Ctrl+F11) and resume the recording as needed. The final video will be saved to your designated output folder.
- AadyaoouTin Contributor
Recording your screen and your webcam/mic simultaneously on Windows is great for tutorials, gaming reactions, or presentations. Built-in tools only capture screen audio. Most let you adjust layout, audio levels, and save as one combined video.
Below are 5 common questions people ask about this process.
1. Which free Windows app is easiest for “how to screen record and record yourself at the same time”?
→ 0BS Studio is the top pick—set up a “Scene” with your display + webcam source.2. Can I use built‑in Windows tools to do this without installing anything?
→ No—Game Bar and Steps Recorder don’t support webcam overlay. You need external software to truly record screen and record yourself at the same time.3. How do I sync audio (my voice) with the screen recording?
→ Most apps auto‑sync, but set your mic as an audio input source and system sound as output. 0BS lets you add both tracks.4. Will recording both drop my frame rate or performance?
→ Yes, it uses CPU/GPU. Lower your output resolution (e.g., 720p) or use hardware encoding (NVENC/AMD) to reduce lag.5. How do I save my face‑cam as a small circle or corner box?
→ In 0BS/Cam tasia, resize your webcam source, crop it, and position it anywhere—then export as one file. That’s the core of how to screen record and record yourself at the same time—overlay, not separate videos. - PopteriTin Contributor
OpenScreen includes a webcam overlay that works as a picture-in-picture (PiP) overlay . This is exactly the feature you need to record myself and my screen at the same time on Windows 10. The webcam feed is natively integrated into the recording on Windows, so you don't have to combine separate video files later.
A basic workflow would look something like this:
- Install OpenScreen via the Microsoft Store or from its GitHub page.
- Launch the app and grant the necessary screen recording permissions when prompted.
- Use the overlay toolbar to choose what to record (e.g., a specific window).
- To record myself and my screen at the same time on Windows 10, make sure to enable the webcam icon in the toolbar before starting.
- Click the record button to begin, and click it again to stop.
- The built-in editor will open automatically, allowing you to trim, add annotations, and then export your final video.
Key Features for Your Use Case- Webcam Overlay: You can position, resize, and shape the webcam feed as a PiP overlay during recording .
- Screen & Audio Recording: You can record your whole screen, a specific window, or a selected area, along with both system audio and your microphone .
- Built-in Editor: After you stop recording, OpenScreen opens an editor where you can trim the video, adjust speed, and add text annotations or zoom effects .
- Free and Open-Source: It is 100% free for personal and commercial use with no watermarks or paid tiers.
- EaryamkBrass Contributor
ff mpeg is a powerful command-line tool that can capture multiple inputs and combine them into a single video with picture-in-picture overlay. It's completely free, lightweight, and offers maximum control—but requires manual command crafting. If you're wondering how to screen record and record yourself at the same time,
How to screen record and record yourself at the same time:
1. Identify your devices: Use ff mpeg -list_devices true -f dshow -i dummy to get the exact names of your webcam and microphone as recognized by Windows.
2. Craft the command: You need to combine inputs from your screen (using gdigrab for the desktop) and your webcam/mic (using dshow). The command can look something like this:
bash
ff mpeg -f gdigrab -framerate 30 -i desktop -c:v libx264 -preset ultrafast -crf 23 -pix_fmt yuv420p cap.mp4This example captures the full screen. To add the webcam, you would need to use a filter_complex to overlay the two video sources, which significantly increases the command's complexity.
Key considerations for the ff mpeg method:
- System Audio: Recording internal system audio directly with ff mpeg is tricky because it doesn't have native support for Windows' "stereo mix" or loopback. You would likely need to install an additional virtual audio cable driver to capture system sound.
- Prev iew: Seeing a live preview of your webcam while recording is even more complex and often requires scripting to manage the ff mpeg process and display the feed simultaneously.
If you're comfortable with the command line and willing to install a virtual audio cable, ff mpeg is arguably the most powerful free way to record screen + webcam on Windows 10. It's not beginner-friendly, but once you have a working command, you can save it as a .bat file and reuse it anytime.
- AndrewJenkinsIron Contributor
If you want to simultaneously screen record and record my face ideally Screenity is a browser extension that runs in Chrome or Edge. It allows you to capture your screen, microphone, and camera at the same time—so you can record presentations, tutorials, or gameplay while displaying your own video feed in picture-in-picture mode.
Before you get started, install Screenity from the Chrome Web Store. Once installed, click the extension icon, select a recording mode (tab, window, or full screen), and enable microphone and camera input. During recording, you can adjust the size or position of the camera overlay window. Click the record button, and when you’re done, the video will be saved directly to your device in MP4 or WebM format—no uploading or account registration required.
If you’re still looking for software or a solution that can screen record and record my face, Screenity kills two birds with one stone. While it isn’t the most feature-rich tool, it’s lightweight and gets the job done for quick recordings that require a face overlay. Just keep in mind that its performance depends on your browser and system resources, making it better suited for simple recordings rather than professional production.
Pros:
- Captures screen, microphone, and camera at the same time.
- No installation or account needed—runs in the browser.
- Saves recordings directly to your device, no uploads.
Cons:
- Performance depends on your browser and system.
- Not suitable for advanced production or editing needs.
- Limited to browser use—doesn't capture desktop apps.
- SebastianAllenIron Contributor
For users who want to record myself and my screen at the same time, ScreenToGif is a Windows screen recording tool that offers options such as standalone screen recording and webcam recording. You can download either the installer version or the portable version from the official website. For a standard installation, download the installer version, open it, and follow the on-screen installation instructions. The portable version requires no installation; simply unzip it and run the program.
How to record myself and my screen at the same time
Step 1: Open the official download page and select the Installer or Portable version. After downloading, install the program or extract the portable package, then launch it.
Official download page
Step 2: On the startup window, select Recorder. A recording frame will appear on the screen. Move the frame over the area you want to capture and resize it to match the required recording area.
Step 3: Set the frame rate before recording. A higher FPS produces smoother motion but also creates a larger project, so a moderate setting is usually more practical for tutorials or demonstrations.
Step 4: Start the screen recording and perform the actions you want to capture. When you are finished, click Stop. The captured frames will automatically open in the Editor.
Step 5: To include yourself, use the Webcam recorder from the startup interface and select your camera. Record the webcam footage separately, then use the Editor to work with the captured frames.
Step 6: In the Editor, remove unnecessary frames, adjust timing, crop the recording, resize it, or add text and other elements when needed.
Step 7: Open the export options and select the output format you need. Choose the save location and export the finished file.
This tool offers separate screen recording and webcam recording features, but its design differs from that of typical screen recording software.
- AdamRomeroIron Contributor
To record myself and my screen at the same time, a simple method is to use Cap and enable both screen recording and webcam recording. This desktop app supports recording the screen and webcam separately, and 'Studio Mode' comes in handy when you want to save your recordings locally for later editing.
How to record myself and my screen at the same time
- Go to the official download page and choose the version for your computer. The desktop app is available for macOS, Windows, and Linux. On Windows, download the 64-bit installer. On macOS, choose the correct build for Apple Silicon or Intel.
- Install the application and open it. Sign in when prompted. The first time you use recording features, allow access to the camera and microphone. On macOS, you may also need to allow Screen and System Audio Recording in System Settings.
- Choose Studio if you want the recording saved locally for editing. Then select the display, application window, or screen area you want to capture.
- Turn on your camera and select the webcam you want to use. Choose your microphone as well. Make sure the camera preview appears and confirm that the microphone is receiving sound before you begin. The app can record the screen and camera separately and combine them into the final video.
- Select any supported system audio option if you also need sounds from your computer. Check the screen area, camera framing, and microphone one more time, then click Record and wait for the countdown to finish.
- Present or demonstrate what you need while keeping yourself visible through the camera. When you are finished, use the recording controls to stop the session. In Studio Mode, open the saved project to trim unwanted sections, adjust the layout, and prepare the final video for export.
The official website is the safest place to download the software, as it offers the latest desktop version as well as older versions for supported systems. In addition, we recommend performing a short test recording first to ensure that your screen, webcam, microphone, and computer audio are all being captured correctly before you begin a longer recording.