video2numpy
video2numpy copied to clipboard
audio support
Hi everyone, I'll be working on this issue in this PR: https://github.com/iejMac/video2numpy/pull/19, please feel free to contact me if you have any suggestions!
What needs to be done here:
- Implement an AudioReader class similar to the current FrameReader class which reads in a list of videos and allows iteration over the numpy arrays representing the audio from the videos.
P.S. Yuchen's PR has a lot of the work already done, in handle_youtube and read_vids_cv2