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

Gyan ffmpeg at gyani.pro
Thu Jan 31 14:58:45 EET 2019



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



More information about the ffmpeg-user mailing list