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 <[email protected]> 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 _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
