You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ascii-mp4-video-player-exp

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ascii-mp4-video-player-exp

ASCII mp4 video player experimental

0.33
pipPyPI
Maintainers
1

ASCII MP4 Video Player (Experimental)

A simple Python module that plays MP4 videos in your terminal using ASCII characters.
Great for fun visualizations or retro-style video playback!

Installation

Install from PyPI using pip:

pip install ascii-mp4-video-player-exp

To use it:

from ascii_mp4_video_player_exp.ascii_player import play_ascii_video

if __name__ == "__main__":
    mp4_file = r"video.mp4"

    # Play mp4 video in termimal
    play_ascii_video(mp4_file, fps=30, term_scale=0.5)

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts