22
Good software for batch audio file conversion.
(midwest.social)
1. Posts must be related to the discussion of digital piracy
2. Don't request invites, trade, sell, or self-promote
3. Don't request or link to specific pirated titles, including DMs
4. Don't submit low-quality posts, be entitled, or harass others
📜 c/Piracy Wiki (Community Edition):
💰 Please help cover server costs.
Ko-fi | Liberapay |
Another vote for ffmpeg. I wrote a bash script that is basically just a wrapper around a for loop that uses ffmpeg. It asks your input and output type, converts all specified files in the directory, and asks if you want to delete the input files, now I just use that. It ain't much but it's honest work (and the good parts were taken from stackoverflow.)