Skip to content

Soft-decode video with FFmpeg. It only decodes I frames, which is faster.

Notifications You must be signed in to change notification settings

lshiwjx/SoftDecodeVideo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# 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

About

Soft-decode video with FFmpeg. It only decodes I frames, which is faster.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published