A small conversion program that converts a .mp4 file to text and displays it in the terminal. Videoes can be displayed with both braille and characters respectively.
- Clone the github repository
- Move your .mp4 file in the same directory as the cloned repo
- Install dependencies listed in requirements.txt
- Run the program while specifying the name of the video file and the number of processes that will be converting the video.
E.g:
python3 Mp4-to-terminal -f video.mp4 -p 2
- Rewrite or edit the scale method ( it's a mess )
- Improve video processing time
- Make the project runnable as a whole instead of running it with main.py ( in other words, fix importing )
- The function scale is currently returning None if the terminal is too small.
- Remove unused methods in the VideoFile class
- Add threading
- Center the video being displayed
- Add whitespaces to ensure that only one frame is being displayed at a time.
- Add comments
- Write installation process and proper description
- Add multiprocessing limit
- @Feeenix for making option for video being displayed in braille possible