Skip to main content

A TUI video player.

Project description

Terminal Video Player

A Python ASCII Video Player in the Terminal with the ability to play video and audio both live and prerendered.


Features

  • Live rendering so you can watch videos without waiting for them to be rendered.
  • Pre rendering so you can watch videos at higher resolutions and framerates for better detail.
  • Plays audio simultaniously with the video.
  • Video resolution scales with terminal size.
  • Custom Framerates

Usage Tutorial

When you run the program you will be prompted to configure a few settings each time you want to watch a video. Here is an explanation of all of them.

Setting Options Explanation
Render Mode 'l'/'p' This lets you select how you want to render the
video. Whether to render it as you ware watching
or to render it all beforehand.
Quality 'h'/'l' This lets you select how many ASCII characters
to use when displaying the video.
Reverse Colours 'y'/'n' This setting lets you reverse the colourmap where
more full characters like "@" and "$" are moved
to the back and empty characters like " " and "."
are moved to the front.
Enabled Audio 'y'/'n' Lets you decide whether to play audio with the video.
Note the audio has to be a seperate audio file
(ideally of the corresponding video).
Framerate A Number This lets you choose the framerate to play the video back at.

You will need to have the video you want to watch downloaded seperately from the audio of the video.

Changing Resolution

To change the video resolution quickly you need to zoom out/in in the terminal and/or change the font size. To zoom in or out quickly in the Windows terminal hold CRTL+Scroll. You need to adjust this before decoding the video. The program will warn you to adjust your resolution before continuing.

Extra explanations

Some of the options have extra things that should be remembered when using this program.

Render Mode


Live rendering lets you skip the wait to watch a video however is not reccomended at higher resolutions due to frame drops which if watching with audio can cause the audio to be ahead of the video. To avoid this I reccomend not watching videos at too large resolutions, ensuring the resolution of the video file is not too big (for reference I was able to watch a 480p video at 30fps with no frame drops with a terminal resolution of 470x120). The most important optimisation is reducing the quality of the original video.

Alternatively, you can watch using a pre rendered video which requires you to wait but lets you watch at higher resolution and framerates. However, this does use up more RAM and CPU whilst rendering as it needs to remember each frame and I suck at optimising.

Quality


The main thing of note is that low quality can represent a pixel as 1 of 10 ASCII characters whilst high can represent a pixel as 1 of 70 ASCII characters. From my testing (mostly with Bad Apple), the anti-aliasing is not the greatest.

Reverse Colours


This setting should be enabled if your terminal font is white/a lighter colour as otherwise it will look like the colours are reversed. Vice versa for people with a darker terminal font.

Enabled Audio


Enabling this will let you play audio along side the video. It will also prompt you to enter the filepath of the audio file you want to listen to but will not check if it is valid. If it is not then it will not play audio.

Framerate


For this if you want the audio to remain synced up with the video you should select a framerate which is a factor of the video. Let's say you are watching a 30fps video. The factors of 30 are 1, 2, 3, 5, 6, 10, 15, and 30 so choosing any of those framerates will keep the video synced with the audio (assuming the video is able to maintain framerate)

Build & Run

Prebuilt

Doing later

Compile from scratch

Doing later

Troubleshooting & Tips

  • Make sure to adjust your terminal zoom before decoding to get desired resolution.
  • 99% of the time you will not be able to display a resolution much larger than 480p in the terminal anyways from my testing so it is an easy optimisation to ensure the video you are rendering is 480p or less.
  • If your video and audio are desyncing make sure your selected framerate is a factor of the framerate of the original.

License

This project is provided as-is, free and open-source.

AI Usage

AI was used for this project only to provide assistance with some optimisations such as some of the for loop optimisations like when converting Greyscale to ASCII as well as introducing me to the del keyword to free up memory.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

terminalvideoplayer-0.0.3.tar.gz (6.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

terminalvideoplayer-0.0.3-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

Details for the file terminalvideoplayer-0.0.3.tar.gz.

File metadata

  • Download URL: terminalvideoplayer-0.0.3.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.1

File hashes

Hashes for terminalvideoplayer-0.0.3.tar.gz
Algorithm Hash digest
SHA256 b999a325564f04db5b0c1a882081be5a5c5dba9e01190430bd4c3f726ca88a0c
MD5 a2534fafde47829d98fa12461977db71
BLAKE2b-256 d9636db40004812f517df9657e329dd8043101b1167ebff0ef5f0348a90368ef

See more details on using hashes here.

File details

Details for the file terminalvideoplayer-0.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for terminalvideoplayer-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 381b94f58dd272440d77822e16c12848dbff7a561b09d3cc6d0de24ddd7db64a
MD5 8e04f7b7fd88dfe853369cf57558510c
BLAKE2b-256 4aed0007f6539a0ecb1ed0d84413fb925c668ff57060eb12a41c3d6bc7accf06

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page