mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
mention e2ts deps
This commit is contained in:
parent
0e884df486
commit
a6788ffe8d
|
@ -1,5 +1,7 @@
|
||||||
standalone programs which take an audio file as argument
|
standalone programs which take an audio file as argument
|
||||||
|
|
||||||
|
**NOTE:** these all require `-e2ts` to be functional, meaning you need to do at least one of these: `apt install ffmpeg` or `pip3 install mutagen`
|
||||||
|
|
||||||
some of these rely on libraries which are not MIT-compatible
|
some of these rely on libraries which are not MIT-compatible
|
||||||
|
|
||||||
* [audio-bpm.py](./audio-bpm.py) detects the BPM of music using the BeatRoot Vamp Plugin; imports GPL2
|
* [audio-bpm.py](./audio-bpm.py) detects the BPM of music using the BeatRoot Vamp Plugin; imports GPL2
|
||||||
|
|
|
@ -15,6 +15,11 @@ explained:
|
||||||
do this on all uploads with the file extension "bin",
|
do this on all uploads with the file extension "bin",
|
||||||
t300 = 300 seconds timeout for each dwonload,
|
t300 = 300 seconds timeout for each dwonload,
|
||||||
ad = parse file regardless if FFmpeg thinks it is audio or not
|
ad = parse file regardless if FFmpeg thinks it is audio or not
|
||||||
|
|
||||||
|
PS: this requires e2ts to be functional,
|
||||||
|
meaning you need to do at least one of these:
|
||||||
|
* apt install ffmpeg
|
||||||
|
* pip3 install mutagen
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue