[FFmpeg-user] filter_complex and map. Am i confused or bug?

Alex Molon alex.molon at vision247.com
Thu Jan 31 15:08:33 EET 2019


Hi Gyan,

Thanks a lot,
Seems to work as expected now :)

Alex Molon



-----Original Message-----
From: ffmpeg-user [mailto:ffmpeg-user-bounces at ffmpeg.org] On Behalf Of Gyan
Sent: 31 January 2019 12:59
To: ffmpeg-user at ffmpeg.org
Subject: Re: [FFmpeg-user] filter_complex and map. Am i confused or bug?



On 31-01-2019 06:11 PM, Alex Molon wrote:
> -b:v:vidout1 2M -minrate:v:vidout1 2M -maxrate:v:vidout1 2M \ <- I specify that [vidout1] has to be encoded in 2M/2M/2M
>
> -b:v:vidout2 1M -minrate:v:vidout2 1M -maxrate:v:vidout2 1M \ <- I specify that [vidout2] has to be encoded in 1M/1M/1M

Stream specifiers for output stream codec options s  e.g. v:vidout1 can 
refer to ordinal index only, so

     -b:v:vidout1

becomes

     -b:v:1

assuming vidout1 is mapped after vidout2.


Gyan

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user at ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list