Skip to content

dolmens/wxFFmpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wxFFmpeg - wxWidgets FFmpeg view library

The wxFFmpeg is a wxWidgets FFmpeg player library. It uses OpenGL(by GLEW) to render the video texture, and OpenAL(OpenAL-soft) to play audio.

License

LGPL version 3.

Build

Prerequirements

  • wxWidgets 3.0.5+
  • FFmpeg 3.0+
  • OpenGL 3.3+
git submodule update --init
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build -v
# run the example
./build/example/wxFFmpegPlayer your.mp4

Usage

It's rather simple, just embed the wxFFmpegView and call the open method.

About

wxFFmpeg is a wxWidgets media player view that uses FFmpeg, OpenGL and OpenAL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published