audio-processing-utils / install.bat
NeuroSenko's picture
added install/run scripts; fix ffmpeg command; place audio/video to specific out folders
8a74c53
raw
history blame contribute delete
No virus
86 Bytes
python -m venv ./venv
call .\venv\Scripts\activate.bat
pip install -r requirements.txt