Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/darthakiranihil/asciigrafx_converter

A graphical video converter from any to ASCII
https://github.com/darthakiranihil/asciigrafx_converter

Last synced: 1 day ago
JSON representation

A graphical video converter from any to ASCII

Awesome Lists containing this project

README

        

# ASCIIGRAFX Video Converter

A small utility that may be used if you want to make an ASCII video
There are some things to fix that may be done much later
Works only on Windows

## How to use

Firslty, you need to download ffmpeg from the official site and write the path to into main.py
One function should look like that:

```python
subprocess.check_output(["", "-framerate", str(SAVING_FRAMES_PER_SECOND), "-i", f"{os.getcwd()}/processed/%07d.jpg", f"{video_file}-processed.mp4"])
```

Secondly, launch main.py USING python3

```bash
python3 main.py
```

Textures are in the file textures.txt

## License

This project is licensed under Apache 2.0 license