Transform your aura farming videos into stunning ASCII art and watch them play in your terminal! This Python project converts video frames to ASCII characters, creating a unique retro-style video experience right in your command line.
- Video to ASCII Conversion: Converts video files to ASCII art frames
- Enhanced Visual Quality: Auto-contrast, brightness adjustment, and edge detection
- Customizable Settings: Adjust width, height, FPS, and duration
- Smooth Playback: Optimized frame rate and terminal clearing
- Interactive Control: Press Ctrl+C to stop playback
- Python 3.7 or higher
- pip (Python package installer)
-
Clone the repository
git clone https://github.com/yourusername/aurafarming.git cd aurafarming -
Install dependencies
pip install -r requirements.txt
-
Add your video file
- Place your video file in the project directory
- Update the
VIDEO_PATHvariable inascii.pyto match your video filename - Or rename your video to
1751520327557.mp4
-
Run the Aura Farming ASCII video player
python ascii.py
You can customize the Aura Farming ASCII video player by modifying these variables in ascii.py:
VIDEO_PATH = "your_video.mp4" # Path to your video file
WIDTH = 48 # ASCII output width
HEIGHT = 42 # ASCII output height
FPS = 10 # Frames per second
MAX_DURATION = 12 # Maximum duration in seconds (set to None for full video)- Frame Extraction: Uses OpenCV to read video frames
- Image Processing:
- Converts to grayscale
- Applies auto-contrast enhancement
- Adjusts brightness and contrast
- Combines edge detection with sharpening
- ASCII Conversion: Maps pixel brightness to ASCII characters
- Terminal Display: Clears screen and displays each frame
aurafarming/
├── ascii.py # Main ASCII video player script
├── requirements.txt # Python dependencies
├── 1751520327557.mp4 # Sample video file
└── README.md # This file
- opencv-python: Video capture and frame processing
- numpy: Numerical operations and array handling
- pillow: Image processing and enhancement
python ascii.py- Edit
ascii.pyand changeVIDEO_PATH = "your_video.mp4" - Run:
python ascii.py
Modify the configuration variables for different effects:
- Lower
WIDTH/HEIGHTfor faster processing - Higher
FPSfor smoother playback - Adjust
MAX_DURATIONto limit video length
Watch your aura farming videos transform into ASCII art! The player creates a mesmerizing retro-style animation that works on any terminal.
Contributions are welcome! Feel free to:
- Report bugs
- Suggest new features
- Submit pull requests
- Improve documentation
This project is open source and available under the MIT License.
If you find this Aura Farming ASCII video player cool and useful, please consider giving it a star!
Why star this repo?
- Unique video-to-ASCII conversion
- Easy to use and customize
- Beautiful terminal art
- Well-documented and maintained
- Great for demos and retro enthusiasts
Your star helps:
- Increase project visibility
- Motivate further development
- Help others discover this cool tool
- Show appreciation for open source
Made with love for the terminal art community
Transform your aura farming videos into ASCII magic!