First Upload
All Files
This commit is contained in:
42
V_1/readme.md
Normal file
42
V_1/readme.md
Normal file
@@ -0,0 +1,42 @@
|
||||
Scan mappe og brug alle (max 20)
|
||||
|
||||
python dj\_teaser.py --tracks-dir ./tracks --select all --mode rollcall --teaser 60 --bars 2
|
||||
|
||||
|
||||
|
||||
Vælg specifikke tracks (1-based index)
|
||||
|
||||
python dj\_teaser.py --tracks-dir ./tracks --select 1,2,3,7,9 --teaser 60 --bars 2
|
||||
|
||||
|
||||
|
||||
Range + mix
|
||||
|
||||
python dj\_teaser.py --tracks-dir ./tracks --select 1-4,7,10-12 --teaser 60 --bars 2
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Output: ./out/album\_teaser.wav + ./out/teaser\_report.jsonScan mappe og brug alle (max 20)
|
||||
|
||||
python dj\_teaser.py --tracks-dir ./tracks --select all --mode rollcall --teaser 60 --bars 2
|
||||
|
||||
|
||||
|
||||
Vælg specifikke tracks (1-based index)
|
||||
|
||||
python dj\_teaser.py --tracks-dir ./tracks --select 1,2,3,7,9 --teaser 60 --bars 2
|
||||
|
||||
|
||||
|
||||
Range + mix
|
||||
|
||||
python dj\_teaser.py --tracks-dir ./tracks --select 1-4,7,10-12 --teaser 60 --bars 2
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Output: ./out/album\_teaser.wav + ./out/teaser\_report.json
|
||||
|
||||
Reference in New Issue
Block a user