https://github.com/shouchenicu/playcli
Play vedio on your console
https://github.com/shouchenicu/playcli
bash cli console ffmpeg jp2a playcli player shell shell-script vedio
Last synced: 4 months ago
JSON representation
Play vedio on your console
- Host: GitHub
- URL: https://github.com/shouchenicu/playcli
- Owner: ShouChenICU
- License: gpl-2.0
- Created: 2023-05-25T13:46:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-28T10:02:50.000Z (about 2 years ago)
- Last Synced: 2025-02-28T21:07:06.236Z (4 months ago)
- Topics: bash, cli, console, ffmpeg, jp2a, playcli, player, shell, shell-script, vedio
- Language: Shell
- Homepage:
- Size: 9.77 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# playcli


Play vedio on your console
## Description
It will automatically get the current window size and play with adaptive frame rate on your console, and you can also set the start offset and playback speed.
## Fetures
- Only need one console
- Window size updated in real time
- Adaptive frame rate
- Play offset control
- Playback speed control
- Beautiful timeline
- Audio support## Requirements
- [ffmpeg](https://github.com/FFmpeg/FFmpeg)
- [jp2a](https://github.com/Talinx/jp2a)You can run this command to install it on your debian-like system
`sudo apt install ffmpeg jp2a`
## Usage
```SHELL
playcli.sh [offset_seconds [speed]]
```Mute
```SHELL
AUDIO_ENABLE=0 playcli.sh [offset_seconds [speed]]
```## Examples
```BASH
playcli.sh 1.mkv
playcli.sh 1.mkv 114
playcli.sh 1.mkv 514 10
```

