# VideoPlayer **Repository Path**: Jason20602130/VideoPlayer ## Basic Information - **Project Name**: VideoPlayer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-11-12 - **Last Updated**: 2024-11-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 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 mkdir build && cd build cmake .. make -j8 ``` App Demo base on imgui. ![](pic/demo.png)