This page (revision-10) was last changed on 07-May-2026 13:46 by ajp

This page was created on 07-Apr-2023 22:29 by ajp

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
10 07-May-2026 13:46 555 bytes ajp to previous
9 13-Mar-2026 23:57 568 bytes ajp to previous | to last
8 07-Apr-2023 22:29 176 bytes ajp to previous | to last
7 07-Apr-2023 22:29 176 bytes ajp to previous | to last
6 07-Apr-2023 22:29 168 bytes ajp to previous | to last
5 07-Apr-2023 22:29 166 bytes ajp to previous | to last
4 07-Apr-2023 22:29 146 bytes ajp to previous | to last
3 07-Apr-2023 22:29 163 bytes ajp to previous | to last
2 07-Apr-2023 22:29 132 bytes ajp to previous | to last
1 07-Apr-2023 22:29 128 bytes ajp to last

Page References

Incoming links Outgoing links
Ajp

Version management

Difference between version and

At line 5 changed one line
To make a play list:
See Notes below:
At line 7 removed 3 lines
* 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:
At line 11 changed 5 lines
{{{
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
}}}
Backup Administrator
At line 17 changed one line
This fixes the channel and keeps the quality.
[{ReferringPagesPlugin dept='4'}]
At line 13 added one line
[{InsertPage page=Admin.Links}]
At line 21 changed one line
Backup Administrator
To make play list - example:
At line 23 changed one line
[{ReferringPagesPlugin dept='4'}]
* printf "file 'Do You Not Know_ (live version).mp3'\nfile 'Oh, The Depth.mp3'\nfile 'To Him Who Is Able – Jude Hymn.mp3'\nfile 'To Him.mp3'\nfile 'WeWaitInHope~violino~oboe.mp3'\nfile 'I Know the Plans_StandFirm @ Celebration Fellowship.mp3'" > mylist.txt
* ffmpeg -f concat -safe 0 -i mylist.txt -c copy final_worship_mix.mp3
At line 26 removed one line
[{InsertPage page=Admin.Links}]
At line 23 added one line