Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 615 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 615 Bytes

This project is a esrXP re-implementation in python3, using wxWidget and OpenCV.

Usage

Install ffmpeg with your package manager, or put the binary to $PATH. On Windows, this can be done by putting the prebuilt exe in the same folder.

Install dependencies by

pip install wxpython python-opencv tqdm

Then download and run esr.py.

Current status

PR and issue welcome!

  • Load video
  • Filter
    • Basic filters
    • Pixel Compensate (Not sure what this is, help wanted)
    • Postprocessing
  • Rip
  • Manager
  • Main window

  • Reorganize source code
  • Documents