Skip to content

QiangXie/FFmpeg-Decoder-Linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An FFmpeg decoder on Linux platform

Modify FFMPEG_LIB_DIR,FFMPEG_INCLUDE_DIR,OPENCV_INCLUDE_DIR and OPENCV_LIB_DIR in Makefile to your lib path, and then:

cd FFmpeg-Decoder-Linux
make
mkdir -p ./data/image
./bin/main /video/path

Images should save to ./data/image/.

Releases

No releases published

Packages

No packages published