video-to-ascii icon indicating copy to clipboard operation
video-to-ascii copied to clipboard

It is a simple python package to play videos in the terminal using characters as pixels

Results 30 video-to-ascii issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Error when trying to play video. When I run the command, it prints: ``` Traceback (most recent call last): File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.2544.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 194, in _run_module_as_main return...

bug

This method works with pip 22.1.2 and python 3.10.4, where pip's main module's location may have been moved.

enhancement

Currently, the Pyaudio library is getting errors when executed by Python 3.10. Changing the library to sounddevice fix this and get a robuster way to work with the audio stream.

bug
enhancement

After Installing the package, When i want to see a video with audio (-a) it gives the error `ModuleNotFoundError: No module named 'pyaudio'` I installed the package: ``` pip3 install...

I get the following error: Traceback (most recent call last): File "/home/tavi/.local/bin/video-to-ascii", line 33, in sys.exit(load_entry_point('video-to-ascii==1.3.0', 'console_scripts', 'video-to-ascii')()) File "/home/tavi/.local/lib/python3.10/site-packages/video_to_ascii/cli.py", line 21, in main player.play(ARGS.file, strategy=ARGS.strategy, output=ARGS.output, play_audio=ARGS.with_audio) File "/home/tavi/.local/lib/python3.10/site-packages/video_to_ascii/player.py",...

bug

Hello! "ALSA lib pcm.c:8545:(snd_pcm_recover) underrun occurred" error. It plays, but the sound is very laggy. Tried restarting pulseaudio but didn't help. I tried "aconnect -x", the sound became a little...

**Describe the bug** The pip command throws error and does not install the module the error is following ```cmd Collecting video-to-ascii Using cached video_to_ascii-1.3.0.tar.gz (6.9 kB) Preparing metadata (setup.py) ......

I was unable to install the package. I found that the setup.py has a mistake in it. I fixed it here, please approve this request at : https://github.com/joelibaceta/video-to-ascii/pull/80

Im getting this error after trying to install it on kali linux wsl2 or windows normally. ``` Defaulting to user installation because normal site-packages is not writeable Collecting video-to-ascii Downloading...

**Describe the bug** Crash on Python3.8+ due to time.clock() in render_strategy/ascii_strategy.py on Python3.8+ `time.clock()` should be replaced by`time.perf_counter()` or otherelse [stackoverflow link about that](https://stackoverflow.com/questions/58569361/attributeerror-module-time-has-no-attribute-clock-in-python-3-8) **To Reproduce** Steps to reproduce the...

bug