An open API service indexing awesome lists of open source software.

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.

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/)