audiomoth-scripts
audiomoth-scripts copied to clipboard
improve audio bitrate in movies
I have learned more about the command line settings for ffmpeg since designing these scripts. The audio quality of the output can be improved to CBR 320k using the following option:
-b:a 320k
When I get a chance, I want to slip this setting into the scripts that make mp4 movies. File size will increase, but the benefits outweigh this cost.