Hello
You can test this feature in new branch 5.1
https://flashphoner.com/downloads/builds/WCS/5.1/FlashphonerWebCallServer-5.1.3139.tar.gz
According our QA, it is working well and recording can be merged using similar ffmpeg command
You can test this feature in new branch 5.1
https://flashphoner.com/downloads/builds/WCS/5.1/FlashphonerWebCallServer-5.1.3139.tar.gz
According our QA, it is working well and recording can be merged using similar ffmpeg command
Code:
ffmpeg -i record1.mp4 -i record2.mp4 -filter_complex '[0:v]pad=iw*2:ih[int];[int][1:v]overlay=W/2:0[vid];[0:a][1:a]amix=inputs=2:duration=longest[a]' -map [vid] -map "[a]" -ac 2 -strict -2 out.mp4