Video Tool

Record Your Screen and Camera Together, Perfectly Framed

Combine your screen capture and webcam into a single video with split-screen or picture-in-picture layouts. Adjustable ratios, 16:9 and 9:16 output, auto-save, and one-click MP4 download.

Start Recording
Record Your Screen and Camera Together, Perfectly Framed
Free Tool

Split Screen Recorder

Record screen and camera together in split-screen, side-by-side, or picture-in-picture

Recording Controls

Settings

Recording Mode

Output Aspect Ratio

Split Layout

Camera Aspect Ratio

Split Ratio β€” 50% / 50%

Auto-save a segment every 5 minutes
Your recording will appear here after you stop.

Select a mode, click Start Recording, grant permissions when prompted, then stop to download.

Split screen video showing a browser window on one side and a webcam feed on the other
01

Split-Screen and Picture-in-Picture

Try It Now
Two phones showing vertical video and a laptop showing widescreen video
02

16:9 and 9:16 Aspect Ratios

Try It Now
Recording controls panel with pause, resume and auto-save options
03

Pause, Resume, and Auto-Save Segments

Try It Now
How It Works

Record a split-screen video in three steps

1

Choose a recording mode

Select Split Screen to combine your screen and camera, Screen Only for screen-only with optional PiP overlay, or Camera Only for webcam-only recording.

2

Grant browser permissions

Click Start Recording and allow screen capture and camera access when your browser prompts. Audio is captured separately to avoid echo.

3

Stop and download

Click Stop when finished. Preview your recording in the browser, choose MP4 or WebM, and click Download.

Deep Dive

How Split Screen Recorder Works

Everything runs in your browser using the MediaRecorder API and HTML5 Canvas β€” no server upload, no extension required.

How Split Screen Recorder Works
01

Canvas-Based Compositing

When Split Screen or PiP mode is active, both video streams are drawn onto an offscreen HTML5 Canvas element at 30 fps using requestAnimationFrame. The Canvas is then piped into a new MediaStream via captureStream(30), which the MediaRecorder receives as its input.

Frame rate30 fps via canvas.captureStream
CompositorCanvasRenderingContext2D.drawImage
02

Screen and Audio Capture

The screen is captured via getDisplayMedia(). Audio is requested separately via getUserMedia() to avoid echo and compatibility issues β€” the resulting audio tracks are added individually to the composited canvas stream before recording begins.

03

MediaRecorder and MIME Type Selection

The tool checks MediaRecorder.isTypeSupported() in order: VP9+Opus, VP8+Opus, then bare WebM. The best supported format is used automatically. For download, the recorded WebM can be re-encoded frame-by-frame to MP4 using a second pass through Canvas and MediaRecorder.

Preferred codecVP9 + Opus (WebM)
Video bitrate2.5 Mbps
Audio bitrate128 kbps
04

Auto-Save Segments

When auto-save is enabled, a setInterval fires every 5 minutes to collect the accumulated Blob chunks, create a download link, and reset the chunk buffer. Each segment is saved independently so a browser crash only loses the current open segment.

Segment files are named with an ISO timestamp for easy sorting.

Benefits

Why Use This Split Screen Recorder

🎬

Four Recording Modes

Split screen, screen only, camera only, or screen with a PiP webcam overlay.

πŸ“

16:9 and 9:16 Output

Switch between widescreen and vertical before you start, with automatic canvas resizing.

⏸️

Pause and Resume

Pause recording at any point and resume without losing any captured footage.

πŸ’Ύ

MP4 and WebM Download

Save as WebM for zero re-encoding, or convert to MP4 for broader compatibility.

Who Uses It

Who Uses Split Screen Recorder

Content creators, educators, developers, and remote workers who need dual-source video.

People recording split-screen and dual-view videos in different settings
01

Content Creators

Record reaction videos, commentary, or dual-perspective content where your face and the subject appear together in a single shareable file.

02

Educators and Trainers

Combine a slide deck or software demo with a live webcam feed so learners can follow along while seeing your facial expressions and cues.

03

Developers and Designers

Capture a code walkthrough or design review with your face in the corner, making asynchronous feedback sessions more personal and engaging.

04

Gamers and Streamers

Record gameplay footage with a webcam overlay, then download the composited video to upload to YouTube, Twitch highlights, or TikTok.

05

Remote Workers

Produce polished async video updates, product demos, or training clips that include both screen context and face-to-camera presence.

06

Social Media Creators

Use 9:16 split mode to produce vertical side-by-side content optimised for TikTok, Instagram Reels, and YouTube Shorts in a single take.

Frequently Asked Questions

What recording modes are available?

The recorder offers four modes: Split Screen (screen + camera composited into one frame), Screen Only (screen capture without camera), Camera Only (webcam without screen), and Screen + Picture-in-Picture (screen capture with a small webcam overlay in the corner).

What is the difference between top-down and side-by-side split?

Top-down places your screen capture in the upper portion of the frame and your camera in the lower portion, separated by a horizontal dividing line. Side-by-side places them left and right with a vertical divider. Both layouts support an adjustable split ratio from 50/50 up to 90/10.

Can I adjust how much of the screen each source occupies?

Yes. The split ratio slider lets you allocate between 50% and 90% of the frame height (or width in side-by-side mode) to the screen capture, with the remainder going to the camera feed.

Which output aspect ratios are supported?

16:9 widescreen for YouTube videos, webinars, and presentations, and 9:16 vertical for TikTok, Instagram Reels, and YouTube Shorts. The output canvas dimensions are calculated automatically when you start recording.

What video formats can I download?

You can download as WebM (direct export, no re-encoding) for the fastest save, or as MP4 for broader compatibility with video players and editors. MP4 conversion happens entirely in your browser via a second Canvas pass.

What does auto-save do?

When auto-save is enabled, the recorder automatically saves and downloads a new video segment every 5 minutes during recording. This protects long sessions against unexpected interruptions such as browser crashes or accidental tab closures.

Why does the recorder need both screen and microphone permissions?

Screen capture (getDisplayMedia) provides the video track, while microphone access (getUserMedia) is used separately for the audio track. Splitting these requests avoids echo artifacts and works more reliably across different browsers and operating systems.

Get Started Free

Ready to Record Your First Split Screen Video?

Choose your mode, hit Start Recording, and have a composited MP4 ready to upload in minutes.