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

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

Awesome Lists containing this project

README

          

# Mixport

[![PyPI](https://img.shields.io/pypi/v/mixport)](https://pypi.org/project/mixport)
[![Typecheck](https://github.com/fwcd/mixport/actions/workflows/typecheck.yml/badge.svg)](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
```