Can anyone please help understand how to make correct -filter_complex
expression in ffmpeg
to join 4 RTSP streams in a row collage 1x4?
The complexity is that there is ONE input with 4 video streams inside.
ffprobe
output:
Input #0, rtsp, from 'rtsp://MyStream':
Metadata:
title : h264.sdp
Duration: N/A, start: 0.024944, bitrate: N/A
Stream #0:0: Video: h264 (Baseline), yuv420p, 640x480, 27.92 tbr, 90k tbn, 180k tbc
Stream #0:1: Video: h264 (Baseline), yuv420p, 640x480, 27.92 tbr, 90k tbn, 180k tbc
Stream #0:2: Video: h264 (Baseline), yuv420p, 640x480, 27.92 tbr, 90k tbn, 180k tbc
Stream #0:3: Video: h264 (Baseline), yuv420p, 640x480, 27.92 tbr, 90k tbn, 180k tbc