audiomoth-scripts icon indicating copy to clipboard operation
audiomoth-scripts copied to clipboard

improve audio bitrate in movies

Open nwolek opened this issue 4 years ago • 0 comments

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.

nwolek avatar Aug 12 '20 16:08 nwolek