Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azrielx86/ascii-player
A video converter to ASCII to play Bad Apple! (and other videos) on terminal.
https://github.com/azrielx86/ascii-player
ascii ascii-art video
Last synced: 24 days ago
JSON representation
A video converter to ASCII to play Bad Apple! (and other videos) on terminal.
- Host: GitHub
- URL: https://github.com/azrielx86/ascii-player
- Owner: Azrielx86
- Created: 2021-09-07T02:03:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-31T06:06:11.000Z (over 2 years ago)
- Last Synced: 2023-07-20T22:14:59.361Z (over 1 year ago)
- Topics: ascii, ascii-art, video
- Language: Python
- Homepage:
- Size: 62 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ASCII PLAYER
This project takes a video file (it should be like Bad Apple animation), convert all frames to ASCII art, and play it in console.
I made it for "Bad Apple!", but it works with other videos.
![Bad Apple](./BadAppleGif.gif)
## Dependences
pillow
pygame
moviepy
opencv-python
fpstimerYou can install it with:
pip install -r requirements.txt
## Use
Just start the program and put the video name file, if you use the video from the source (or use a video with filename "bad_apple.mp4" and put it on the same directory with the program), you can just press Enter and it will load to the program.
If you want to use other video, just write the name of the file.
================ASCII Video Player================
File Name (Enter for 'bad_apple.mp4'): other_video.mp4You can change the video size from the menu and after that play with option 1, or use the default size (60x170) using option 1 in first time.
=============== ASCII Video Player ===============
File: bad_apple.mp4
[1] Play
[2] Use terminal size (30x130)
[3] Use custom size
[4] Delete Files
[5] Exit
>If you change the size of the video, after having used another size, the files will be reloaded.