Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Related Rants
WAV is Mr. Bloat. Extract WAV 48 KHz from an mp4 video = 6 GB .wav file output.
More efficient is to just use ffmpeg. lmao. Result: 1:1, 500 MB. Couldn't be more efficient!
ffmpeg -i file.mp4 -vn -acodec mp3 output.mp3
rant
wav
bloat
mp3
audio-files