Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lanczosASCII

Convert videos to ASCII using Lanczos sampling and display them in a GUI.

Requirements

pip install -r requirements.txt
  • PySide6
  • opencv-python
  • Pillow

Usage

convert.py

python convert.py <video_file> <new_width> <new_height> <output_txt_file>

cli.py

python cli.py <txt_file> <video_file> <video_duration_in_seconds>

qt_thread.py

Display ASCII frames in a PySide6 GUI. Use the VideoThread class to load and show frames.

from qt_thread import VideoThread

About

Convert videos to ASCII using Lanczos sampling and display them in a GUI.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages