Answer for Picture in picture stitching
Written by sgriner on . Posted in
I was able to get this to work tweaking bryan’s command slightly. Here’s what worked for me:
launchProcess fullBinaryPath=C:pathtoevo-avconv.exe arguments=-loglevel error -y -i rtmp://localhost/live/outer -i rtmp://localhost/live/inner -filter_complex "[1]scale=iw/5:ih/5 [pip]; [0][pip] overlay=main_w-overlay_w-10:main_h-overlay_h-10" -c:v libx264 -c:a copy -metadata streamName=pip -f flv tcp://localhost:6666
Looking through the emsTranscoder.bat file, I don’t see a way to do this using the transcode command.