💻 Software
How to join two video frames into one, so the final video plays two frames as one simultenously
Fresh5 days ago
Mar 15, 20265381 viewsConfidence Score0%
0%
Problem
I want to connect two videos into one. Let's take two videos from Youtube as an example. I want my final video to have the height = height of first video + height of second video and width = max(width of first video, width of second video). In the upper part the first video is played whereas in the…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How to join two video frames into one, so the final video plays two frames as one simultenously
Low Risk
This can be done with ffmpeg. If the videos are the same size: If they're different sizes (where input1.mp4 has the higher resolution): If you know the resolutions of the videos, you can get a nicer output. Assuming input1.mp4 is larger (or at least…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix