Skip to content

matkovst/FFmpegWrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFmpegWrapper

lib.ffmpeg library for demuxing, parsing and decoding video streams.

Build

Build with pure cmake

mkdir build && cd build
cmake -DFFMPEG_DIR=F:\FFmpeg\ffmpeg-4.1 -DUSE_CUDA=OFF ..

or use .vscode folder for building in VS code

Run

You can run demo for decoding video stream

FFmpegWrapper.exe <path_to_video>

About

C FFmpeg wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published