Skip to content

Files

Latest commit

73e1301 · Feb 3, 2018

History

History

videoplayer

A simple video player based on ffmpeg + SDL2 + libtssi

This examples uses the PESAssembler to generate elementary streams (ES). By decoding them with ffmpeg and rendering the output with SDL2, a simple video player is written.

Additional dependencies:

  • ffmpeg (v3.3+), libraries: avcodec, avutil, swscale
  • SDL2 (v2.0.5+), libraries: SDL2, SDL2main