Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spacebanana420/spinplay
Media player that uses FFplay
https://github.com/spacebanana420/spinplay
audio cli cross-platform ffmpeg ffplay image ruby tui video
Last synced: about 1 month ago
JSON representation
Media player that uses FFplay
- Host: GitHub
- URL: https://github.com/spacebanana420/spinplay
- Owner: spacebanana420
- License: mpl-2.0
- Created: 2022-12-15T17:19:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-14T17:01:58.000Z (over 1 year ago)
- Last Synced: 2023-09-15T09:45:37.818Z (over 1 year ago)
- Topics: audio, cli, cross-platform, ffmpeg, ffplay, image, ruby, tui, video
- Language: Ruby
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spinplay
Spinplay is a lightweight media player that uses FFplay in the backend for playing images, video and audio.Spinplay has a built-in TUI file explorer for navigating your directories and files through the terminal, as well as commands and a configuration file to give you more power. You can also launch multiple instances of FFplay, or use the file browser while FFplay is running.
Spinplay was until just now a Bash script, and only recently I replaced it with the new Ruby rewrite.
# Download
Spinplay is officially tested on Linux and Windows, but it's designed to be highly portable and so it should work on many more operating systemsDownload Spinplay [here](https://github.com/spacebanana420/Spinplay/releases/). You also need to install Ruby and FFmpeg
## Requirements
### New Spinplay
* [Ruby](https://www.ruby-lang.org/en/)
* [FFmpeg](https://ffmpeg.org/) (in your PATH)### Old Spinplay
* Bash
* [FFmpeg](https://ffmpeg.org/) (in your PATH)