Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.41 KB

File metadata and controls

48 lines (31 loc) · 1.41 KB

CodeArt

This project transforms your video into a unique artistic representation using various icons at different brightness levels.

Installation

To run this project, you'll need to have Python installed on your system. Follow the steps below to get started:

  1. Clone the repository:

    git clone https://github.com/derto42/codeart
  2. Navigate to the project directory:

    cd codeart
  3. Install the required dependencies:

    pip install -r requirements.txt

Usage

  1. Run the script:

    python codeart.py
  2. When prompted, enter the number of brightness levels and press Enter.

  3. Define the box size (1-200), with 200 being a more dense configuration (more boxes). 70 is the default

  4. Select a video by clicking the "Select video" button.

  5. Choose icons for each brightness level by clicking the buttons labeled 1, 2, 3, 4, etc.

  6. Use the brightness level sliders to fine-tune the brightness levels for each icon.

  7. Press the "Preview" button to get a sample frame of what the processed video will look like.

  8. Press the "Start" button to begin processing the entire video.

Notes

  • When creating your own icons, any dimension will work, and any transparency will turn to black.
  • When clicking "Start," it may seem like the script isn't working, but it just takes some time if the configuration is complex, so please stay patient.