Skip to content

Python module to split videos into raw frames and audio samples and create an HDF5 dataset

Notifications You must be signed in to change notification settings

timomernick/videodemux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

videodemux

Python module to split videos into raw frames and audio samples and create an HDF5 dataset

Usage:

from videodemux import Demux
images, audio = Demux().run(input_filename)

images is a numpy array containing raw 8-bit RGB video frames. audio is a numpy array of signed 16-bit stereo PCM samples.

About

Python module to split videos into raw frames and audio samples and create an HDF5 dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages