Metadata-Version: 2.1
Name: uneq
Version: 0.1.10
Summary: 
Author: f0e
Author-email: 7321764+f0e@users.noreply.github.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: ffmpeg-progress-yield (>=0.7.8,<0.8.0)
Requires-Dist: rich (>=13.7.1,<14.0.0)
Requires-Dist: rich-click (>=1.8.3,<2.0.0)
Description-Content-Type: text/markdown

# unEQ

CLI application for removing EQ from video files.

## Requirements

- FFmpeg

## Installation

`pip install uneq`

## Usage

`uneq -i [video path] -e [eq config path]`

e.g. `uneq -i "C:/Videos/video.mp4" -e "C:/Program Files/EqualizerAPO/config/peace.txt"`

## Options

To see options, run `uneq --help`.

## Current limitations

- Only supports Equaliser APO configs (Peace supported)

- Only applies filters to the first audio track in the input file

- Limited to handling the following filters:

  - Preamp
  - PK (peak with Q factor)
  - LSC (low shelf with Q factor)
  - HSC (high shelf with Q factor)

- Does not support Graphic EQ

