[FFmpeg-user] Help me with multi input in a video

Roger Pack rogerdpack2 at gmail.com
Fri Sep 14 22:07:15 CEST 2012


> @echo off
> cd c:\ffmpeg\bin
> ffmpeg  -i rtmp://192.168.10.88/live/new -i rtmp://localhost/live/me
> -filter_complex "[0]scale=iw/2:ih/2,pad=3*iw+20:3*ih+20:10:10
> [first];[1]scale=iw/2:ih/2[second] ; [first][second] overlay=main_w/2+10:10
> "  -b:v 32k rtmp://localhost/live/joinFirstPair
> pause
> ---
> but in this case waiting time kill me .


What's your full console output?
In general, http://ffmpeg.org/trac/ffmpeg/wiki/StreamingGuide#Latency
might help you with less latency...


More information about the ffmpeg-user mailing list