ASCII-generator icon indicating copy to clipboard operation
ASCII-generator copied to clipboard

ASCII generator (image to text, image to image, video to video)

Results 16 ASCII-generator issues
Sort by recently updated
recently updated
newest added

This addresses the lack of a requirements.txt file and adds the instruction to the README. Feel free to edit it as necessary.

OpenCV: FFMPEG: tag 0x44495658/'XVID' is not supported with codec id 12 and format 'mp4 / MP4 (MPEG-4 Part 14)' OpenCV: FFMPEG: fallback to use tag 0x7634706d/'mp4v'

can you please add instruction that how we can run these code

A [requirements.txt](https://pip.readthedocs.io/en/1.1/requirements.html) would help others install the required packages. In the readme.me you list cv2 for example, which isn't found on pypi by that name. [https://pypi.org/search/?q=cv2](https://pypi.org/search/?q=cv2)

Because you have the highest density characters assigned now to white instead of black, the resulting video appears inverted

Great script, thanks for sharing. Do you have any thoughts on generating colored ASCII output? Is that possible based on the tools you've strung together?

Hey, is it possible to view the rendered videos/images directly in terminal?

I wonder what is the use cases of ASCII generator?

[flake8](http://flake8.pycqa.org) testing of https://github.com/vietnguyen91/ASCII-generator on Python 3.7.1 $ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__ ``` ./video2video.py:79:13: F821 undefined name 'out' out ^ 1 F821 undefined name 'out' 1 ``` __E901,E999,F821,F822,F823__...