On 2021-01-05T12:18:34+0100, Cecil Westerhof via ffmpeg-user 
<ffmpeg-user@ffmpeg.org> wrote:
> I tried it. But at the moment the files generated are about 20% bigger.
libmp3lame's -q:a 9 compared to what?

By default without any additional options...

ffmpeg -i input.wav [-c:a libmp3lame] output.mp3
ffmpeg -i input.wav [-c:a aac] output.m4a

...ffmpeg uses 128kbit/s for both outputs.
See https://trac.ffmpeg.org/wiki/Encode/AAC#NativeFFmpegAACEncoder on how to 
change the bitrate.

-- 
Reino

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to