FG

Join videos with split screen

Fresh3 days ago
Mar 15, 202616927 views
Confidence Score0%
0%

Problem

I am looking for a command to join two video files, however I want the videos joined split-screen, frame by frame, instead of one after another. Any ideas? Seems this is not possible with ffmpeg.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Join videos with split screen

Low Risk

With a recent version of ffmpeg (assuming both videos are the same resolution): This essentially doubles the size of input1.mp4 by padding the right side with black the same size as the original video, and then places input2.mp4 over the top of that…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment