1

I want splitscreen 10 videos into one with ffmpeg, each video should be in 768x1080 resolution after scaling as I calculated right (3840/5=768, 2160/2=1080)

It's should be looks like this:

image

With a video in each case, and all case represent ONE video.

I tried to make something like explain here but I'm confused about how I can do it.

How can i do ?

SmileyAG
  • 21
  • 3
  • 1
    What did you tried ? Can you more explain your issue ? – Elikill58 Oct 04 '21 at 11:30
  • I want splitscreen 10 videos into one with ffmpeg, each video should be in 768x432 resolution after scaling as I calculated right (3840/5=768, 2160/5=432) – SmileyAG Oct 04 '21 at 11:37
  • Well, I tried actually to make smth like in ffmpeg docs says, but it confused me too much: https://trac.ffmpeg.org/wiki/Create%20a%20mosaic%20out%20of%20several%20input%20videos – SmileyAG Oct 04 '21 at 11:40
  • UPD: My maths is wrong, it's should be 768x1080 actually, not 768x432, since there is two rows – SmileyAG Oct 04 '21 at 11:54
  • Ok, I just suggest an edit to your question, hope this will be usefull and make someone who knows ffmpeg help you – Elikill58 Oct 04 '21 at 11:58
  • Thanks so much for suggest, I appreciate it! – SmileyAG Oct 04 '21 at 12:13
  • See https://stackoverflow.com/a/33764934/ for a start. The term is stacking. – Gyan Oct 04 '21 at 15:10

0 Answers0