# Requirements pybind: compile c to python numpy=1.14: provide c ptr ffmpeg=3.4: decode # Usage ffmpegDecode.cpp: source file of decoder setup.py: compile the decoder in python videotest.py: test the decoder with a give video # Command python setup.py install
lshiwjx/SoftDecodeVideo
Soft-decode video with FFmpeg. It only decodes I frames, which is faster.
C++