[FFmpeg-user] ffmpeg input mluticast stream

Moritz Barsnick barsnick at gmx.net
Wed Dec 2 15:43:41 CET 2015


Hello Mohammad,

On Wed, Dec 02, 2015 at 19:15:56 +0500, Mohammad Shakir wrote:
> /usr/local/ffmpeg/ffmpeg -i udp://@227.10.20.80:1234 -map 0:0:p:1110 -vcodec libx264 -acodec aac -b:a 128k -b:v 512k  -strict experimental test1.mp4

> On Wed, Dec 2, 2015 at 6:49 PM, Moritz Barsnick <barsnick at gmx.net> wrote:
> > $ ffmpeg -i [...] -map 0:p:1170

Can you see the difference? Either read the documentation, or read my
example more carefully.

You are using:
  -map 0:0:p:1110
which ffmpeg, by the way, interprets as "0:0",
and I advised as such:
  -map 0:p:1110

I truly believe my recommendation will work. ;-)

Moritz


More information about the ffmpeg-user mailing list