What is the correct syntax for specifying the bitrate for the output file?
It should be: "-b:a value" or "b value" or "ab value" depending on the encoder used.
I have tried the following, all of which throw errors:
- monkeyplug -a "-b:a 256k"
- monkeyplug -a "b:a 256k"
- monkeyplug -a "a 256k"
- monkeyplug -a "ab 256k"
- monkeyplug -a "a 256"
- monkeyplug -a "ab 256"