I am using FFMPEG Audio Converter to convert the file format. At Present it bit rate is 176.4 kbit/s, so it file size to big.
I want to convert it as possible at low bit rate but unable to find any solution.
I use below command line to convert the file
ffmpeg.exe -i "Audio Input FilePath" "Audio Output FilePath"
You can define with
-b:a
the target bitrate so try for example: