Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

terminal-video-player-py

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terminal-video-player-py

A cli to play videos in the terminal.

  • 1.0.1
  • PyPI
  • Socket score

Maintainers
1

Terminal Video Player (tvp)

This Command Line Interface Tool can be used to play videos in the terminal.

Installation

pip install terminal-video-player-py

Usage

Video Playback

tvp [-h] [-a] [-c] [-chars CHARACTERS] [-rt] video_path downscale

To play a video, you can simply call tvp <video_path> <downscale> [optional arguments].

Example:

tvp <path> 8 -a -rt

This will play the video in real time and downscaled 8 times. It will also playback the video's audio.

Arguments

ArgumentDescription
-h, --helpShow help information about the CLI
-a, --audioPlay video audio
-c, --coloredSet the output to be colored(may not work on some terminals)
-chars string, --characters stringCustom characters(low density to high)
-rt, --realtimePlay the video in real time

Uninstall

pip uninstall terminal-video-player-py

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc