This project transforms your video into a unique artistic representation using various icons at different brightness levels.
To run this project, you'll need to have Python installed on your system. Follow the steps below to get started:
-
Clone the repository:
git clone https://github.com/derto42/codeart
-
Navigate to the project directory:
cd codeart
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the script:
python codeart.py
-
When prompted, enter the number of brightness levels and press Enter.
-
Define the box size (1-200), with 200 being a more dense configuration (more boxes). 70 is the default
-
Select a video by clicking the "Select video" button.
-
Choose icons for each brightness level by clicking the buttons labeled 1, 2, 3, 4, etc.
-
Use the brightness level sliders to fine-tune the brightness levels for each icon.
-
Press the "Preview" button to get a sample frame of what the processed video will look like.
-
Press the "Start" button to begin processing the entire video.
- 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.