Skip to content

Latest commit

 

History

History

videoplayer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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