https://github.com/fwcd/mixport
CLI tool for transcoding Mixxx recordings
https://github.com/fwcd/mixport
ffmpeg mixxx transcoding
Last synced: 3 months ago
JSON representation
CLI tool for transcoding Mixxx recordings
- Host: GitHub
- URL: https://github.com/fwcd/mixport
- Owner: fwcd
- License: mit
- Created: 2023-07-30T01:17:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T00:05:26.000Z (over 1 year ago)
- Last Synced: 2026-02-15T16:39:54.845Z (4 months ago)
- Topics: ffmpeg, mixxx, transcoding
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mixport
[](https://pypi.org/project/mixport)
[](https://github.com/fwcd/mixport/actions/workflows/typecheck.yml)
CLI tool for transcoding Mixxx recordings.
## Usage
Transcoding the latest recording in `~/Music/Mixxx/Recordings` as Opus to the given directory:
```sh
mixport -o
```
Transcoding a specific recording:
```
mixport -o
```
For a more detailed overview, see
```sh
mixport --help
```