Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 414 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 414 Bytes

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