I use Dab to rip wav files, but I want to reencode them to 320 kb/s MP3s on android. I can’t seem to find a good program to do that. Any suggestions? (I can already do it on desktop, I specifically need mobile)
When all else fails, get Termux and just run the commands manually / setup some scripts.
I was really hoping for something I could just use without running commands with a phone keyboard (it feels so odd to do that), but scripting it instead of having to manually run commands everytime seems like it could be fine. Thanks for the suggestion!
I don’t know how to do it on Android, but look into variable bit rate (VBR) rather than 320 kb/s. 320 kb/s is a constant bit rate (CBR), and means that silence is given the same quality and detail as the busiest track, and takes up space for no reason.
The highest VBR setting, V0, is indistinguishable from 320, but saves space. Depending on your ears and the phone speakers, you might be able to drop the quality slightly and save more space 👍
Thanks! I might try vbr for a few and see if I notice a quality difference with that, last time I tried it, I looked at it in audacity and the waveforms were a tad off so I have just fallen back on 320 CBR mostly, but it might sound fine honestly.
I use ffmpeg on termux but you can also use ffmpeGUI which is basically command line ffmpeg with a gui wrapper