Skip to content

video player base on imgui(Just support video)

Notifications You must be signed in to change notification settings

icetd/VideoPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build for win

ENV: Visual Studio 2022

mkdir build && cd build
cmake ..
MSBuild.exe VideoPlayer.sln -t:Rebuild -p:Configuration=Release

build for Linux

sudo apt install -y \
libavcodec-dev \
libavformat-dev \
libavfilter-dev \
libavdevice-dev \
libavutil-dev \
libswresample-dev \
libswscale-dev \
libjpeg-dev

mkdir build && cd build
cmake ..
make -j8

App Demo base on imgui.

About

video player base on imgui(Just support video)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published