To make a play list:
printf "file '%s'\n" *.mp3 | sort > filelist.txt cat filelist.txt ffmpeg -f concat -safe 0 -i filelist.txt -ac 2 -ar 44100 -b:a 320k output.mp3
This fixes the channel and keeps the quality.
Backup Administrator
You do not have permission to view this included page.