- Notifications
You must be signed in to change notification settings - Fork 665
Closed
Labels
Description
Is there a way to specify the bitrate parameter in a configuration file? From what I can see, there isn't.
I'd like to be able to supply a config file with parameters that work on a CI machine but allow a developer to override those values using environment variables when working on their local workstation. There is already an environment variable for this, but the current code doesn't seem to use a bitrate that was provided in a configuration file.
I saw #172, but that PR doesn't seem to show any actual changes and it was closed without merging after being approved.
Is there a reason why this wouldn't be a desirable feature?
Thanks for a super-handy library! Works great in all of my testing so far!