Skip to main content

AVP - ASCII Video Player. Allows you to play any video as ASCII-art.

Project description

avplib

Description

AVP - ASCII Video Player. Allows you to play any video as ASCII-art.

Install

python -m pip install --upgrade avplib

Usage

python -m avplib [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  cav      Play video files (*.mp4/*.avi/...)
  convert  Convert Video Files to ASCII Video File.
  play     Play ASCII Video.
python -m avplib cav [OPTIONS] VIDEO_PATH

  Play video files (*.mp4/*.avi/...)

Options:
  -r, --res <INTEGER INTEGER>...  Resolution of the terminal of the video to
                                  be played.  [default: 0, 0]
  --fps INTEGER RANGE             FPS at which the video will be played back.
                                  [default: 30; 1<=x<=120]
  -th, --threading                Enable on threading processing.
  -na, --no_audio                 Disable audio playback.
  -y, --yes                       Disable playback confirmation.
  --help                          Show this message and exit.
python -m avplib convert [OPTIONS] FROM_VIDEO_PATH TO_VIDEO_PATH

  Convert Video Files to ASCII Video File.

Options:
  -r, --res <INTEGER INTEGER>...  Resolution for conversion (does not change
                                  after conversion).  [default: 118, 30]
  --fps INTEGER RANGE             FPS for conversion (does not change after
                                  conversion).  [default: 30; 1<=x<=120]
  -th, --threading                Enable on threading processing.
  -ar, --auto_res                 Automatically detection resolution.
  --help                          Show this message and exit.
python -m avplib play [OPTIONS] ASCII_VIDEO_PATH

  Play ASCII Video.

Options:
  -na, --no_audio  Disable audio playback.
  -y, --yes        Disable playback confirmation.
  --help           Show this message and exit.

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

avplib-1.4.1.tar.gz (6.6 kB view hashes)

Uploaded Source

Built Distribution

avplib-1.4.1-py3-none-any.whl (8.1 kB view hashes)

Uploaded Python 3

Supported by

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