Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 systems

Download 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)