Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/darthakiranihil/asciigrafx_converter
- Owner: DarthAkiraNihil
- License: apache-2.0
- Created: 2023-02-15T06:56:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T15:59:44.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T12:12:04.470Z (2 months ago)
- Language: Python
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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