Forum dedicated to the new portable standalone MPC, the MPC Sample.
By Ekl1p5e Fri Mar 27, 2026 8:55 pm
Would be nice to load given i have a significant about of them
User avatar
By personM Fri Mar 27, 2026 9:34 pm
in linux:
Code: Select all'for i in *.m4a; do ffmpeg -i "$i" "${i%.*}.mp3"; done'

there is ffmpeg for windows too and a .bat file whould be familiar to this