microsoft / media-foundation

Repository for Windows Media Foundation related tools and samples
MIT License
144 stars 31 forks source link

Does aac_mf support cbr encoding? #35

Closed ByteYIFFF closed 2 years ago

dianarodrigz commented 2 years ago

Yes, the AAC encoder MFT uses constant bitrate mode encoding by default.

dianarodrigz commented 2 years ago

What tool are you using to determine what the bitrate mode is? I can tell you the parameter that controls the bitrate mode in the AAC encoder MFT (CODECAPI_AVEncAACEnableVBR, which is false by default), but I cannot tell what ffmpeg is passing to the MFT.