Fork me on GitHub

Downloads

Download the latest commit from master branch to get updates. No stable release exists at the moment as Stingray is still in early development stage.

Installation

dependencies

Stingray requires SDL2 and libav/ffmpeg (libavcodec, libavformat, libavutil)

On debian / ubuntu :

apt-get install libavcodec-dev libavformat-dev libavutil-dev libsdl2-dev

Build

The usual should do :

./configure
make
sudo make install
stingray is then available as `/usr/bin/stingray`. The video conversion helper is in `/usr/bin/stingray-converter`.