I have 30 video sources. i want to make ffmpeg command to create 1 channel (streaming) with all channels embedded in (in bad quality)
"[0:v][1:v]setpts=PTS-STARTPTS,overlay=20:40[1]; \
[1][1:v]setpts=PTS-STARTPTS,overlay=(W-w)/2:(H-h)/2[v]; \
[1:a][2:a]amerge=inputs=2[a]" \
-map "[v]" -map "[a]" -ac 2 3.mp4
i trying to find the correct command do downgrade quality, than create one streaming output. (one audio chosen)