[{ALLOW view Authenticated}]
[{ALLOW modify ajp}]
!!! Anthony Petrillo
To make a play list:
* Put all the songs in a folder
* Add 01, 02 in front of the names to get the order you want.
* Do the following on Debian command line:
{{{
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
[{ReferringPagesPlugin dept='4'}]
[{InsertPage page=Admin.Links}]