- chuẩn bị dữ liệu
- cào video về bằng jupyter notebook trong crawl/
- dùng ffmpeg chuyển video mp4 ở thư mục hiện tại sang audio wav lưu trong ngoclan/, loại bỏ hết khoảng trắng trong tên video
ii=1;for i in *.mp4; do echo $i -------------- $ii.wav>>ffm.txt; ffmpeg -i $i ngoclan/$ii.wav -y;ii=$((ii+1));done # mp4 to wav
- tách giai điệu và ca từ bằng demucs
forked from openvpi/audio-slicer
-
Notifications
You must be signed in to change notification settings - Fork 0
Python script that slices audio with silence detection
License
nguyenlamvu123/audio-slicer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Python script that slices audio with silence detection
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%