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

Emre Karataşoğlu letheea at gmail.com
Fri Sep 14 22:33:58 CEST 2012


 ooo yes , that is what I need , cause the further step is 8 stream 16
stream etc .  And it wont work in this speed , but still I think
they use different solution not only ffmpeg , I try to edit kernel of
ffmpeg , but I haven't much time , just call ffmpeg in php or
java show it in 4 x 4  , 2 x 2 or 2x3  but I'm in deep with the bat , look
at that without latency encoder the code is already complex .
and I've to make a formula that switch case , I must evaluate the time &
performance :/ I wanna be a farmer

2012/9/14 Roger Pack <rogerdpack2 at gmail.com>

> > @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...
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list