This is just a personal repo to play around with video related stuff.
brew install ffmpeg@7brew install sdl2From the root of the CMake project:
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug
cmake --build . --target all- Note: Switch the
DCMAKE_BUILD_TYPEtoReleasefor optimized builds.
Binaries will be placed in build/bin once they're built.
A path can technically be any URI (e.g. a URL to an online video file also works).
./VideoPlayer path/to/video/file./framedata path/to/video/file./transmux path/to/input/video path/to/output/video