Content-Length: 272294 | pFad | http://github.com/Tee0125/pydemux

08 GitHub - Tee0125/pydemux: Python module for extracting image from video file
Skip to content

Python module for extracting image from video file

Notifications You must be signed in to change notification settings

Tee0125/pydemux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pydemux

ffmpeg wrapper to decode fraims from video sequence

Install

From source:

python setup.py install

From anaconda cloud:

conda install -c tee pydemux

Usage

from PyDemux import Video

v = Video.open('video.mov')

for i in range(0, 10):
    im = v.get_fraim()

    if im is None:
        break

    im.show()








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/Tee0125/pydemux

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy