https://github.com/engineerjoe440/stanleyquicktracksplit
Use ffmpeg and Python to intelligently split a multitrack WAV file into multiple mono files.
https://github.com/engineerjoe440/stanleyquicktracksplit
Last synced: 12 months ago
JSON representation
Use ffmpeg and Python to intelligently split a multitrack WAV file into multiple mono files.
- Host: GitHub
- URL: https://github.com/engineerjoe440/stanleyquicktracksplit
- Owner: engineerjoe440
- License: mit
- Created: 2023-12-25T03:43:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-25T05:07:57.000Z (over 2 years ago)
- Last Synced: 2025-07-22T01:52:44.327Z (about 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stanley Quick Track Splitter
*Split a Multi-Channel WAV file into Individual Mono files.*
```
usage: QuickTrackSplit [-h] [-o OUTPUT] filename
Split a Multi-Channel WAV File into Individual Mono Files
positional arguments:
filename path to the WAV file to split
options:
-h, --help show this help message and exit
-o OUTPUT, --output OUTPUT
path to store the output files
(c) 2023 - Stanley Solutions | Joe Stanley
```
## Requires
* [`python-ffmpeg`](https://pypi.org/project/python-ffmpeg/)