Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 284 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 284 Bytes

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/.