Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anarsoul/libffplay

Small and simple library for creating audio/video players
https://github.com/anarsoul/libffplay

Last synced: about 1 month ago
JSON representation

Small and simple library for creating audio/video players

Awesome Lists containing this project

README

        

libffplay is a library for creating simple media (audio/video) players.

It depends on ffmpeg (or libav) for demuxing and decoding audio/video.

To compile and install invoke:
make all install

To compile an example invoke:
make -C examples

See examples/ffplay-sdl.c for an example of API usage.