NaraeAudioRecorder icon indicating copy to clipboard operation
NaraeAudioRecorder copied to clipboard

Bitrate not changing

Open pavelpoley opened this issue 2 years ago • 0 comments

Why is bitrate configuration is -sample_fmt and not -b:a ?

For example when I use FFmpegBitRate values nothing changes, the bitrate is always 64k. If I use: commandBuilder.addAll(listOf("-b:a", "320k")) The bitrate is changing.

What should I do to change the bitrate without forking the repository and change it manually?

pavelpoley avatar Jun 09 '22 14:06 pavelpoley