diff options
Diffstat (limited to 'libraries/SDL_kitchensink/README')
-rw-r--r-- | libraries/SDL_kitchensink/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/SDL_kitchensink/README b/libraries/SDL_kitchensink/README new file mode 100644 index 0000000000..e0d05df9b6 --- /dev/null +++ b/libraries/SDL_kitchensink/README @@ -0,0 +1,11 @@ +SDL_kitchensink - FFmpeg and SDL2 based library for audio and video +playback, written in C99. + +Features: +* Decoding video & audio via FFmpeg +* Dumping video data on SDL_textures +* Dumping audio data in the usual mono/stereo interleaved formats +* Automatic audio and video conversion to SDL2 friendly formats +* Synchronizing video & audio to clock +* Seeking forwards and backwards +* Bitmap & libass subtitle support. No text (srt, sub) support yet. |