FFMpeg using the native AAC codec is always creating files with a 1509 kb/s bitrate.
If I use the switch -c:a aac the FFMpeg readout says it is encoding at the default 128, but when I analyse the created file with several utilities it says 1509 kb/s.
If I use -c:a aac -b:a 256k, again FFMpeg says its encoding at 256, but the resulting file is also 1509.
Where am I going wrong please, I expect I'm missing something...
Thanks