Page 2 of 2

Re: File increases in size when exporting to same format

Posted: Sat Dec 29, 2018 4:09 pm
by steve
darknesscrysis wrote:
Sat Dec 29, 2018 4:03 pm
it gave me the following error:
The project sample rate (44100) and bit rate (24 kbps) combination is not supported by the MP3 file format.
You forgot this step:
steve wrote:
Sat Dec 29, 2018 3:35 pm
Before exporting, set the "Project Rate" to 16000 (lower left corner of the main Audacity window).

Re: File increases in size when exporting to same format

Posted: Sat Dec 29, 2018 4:15 pm
by steve
darknesscrysis wrote:
Sat Dec 29, 2018 4:03 pm
I still would like to know if I could do something to export to m4a as before so I have all the files with the same format.
You could use Audacity's command line exporter (the "external program" option): https://manual.audacityteam.org/man/exp ... ogram.html
You may need to refer to the FFmpeg documentation to work out the correct command line options: https://ffmpeg.org/ffmpeg.html

Also note that FFmpeg has several different codecs for M4A. The available encoders are set when FFmpeg is compiled. More info here: https://trac.ffmpeg.org/wiki/Encode/AAC

Personally I think that due to the difficulties of using M4A on Linux, it would be better to use a different format, such as Opus or MP3.