Reading multi-stream audio as Numpy
jackbobevolved opened this issue · 0 comments
jackbobevolved commented
I'm working with 1-20+ audio stream DNx MXFs and ProRes MOVs, and am having issues getting arrays for the streams. Most videos are 1 channel per stream, however some are grouped (5.1, 2.0, 4x1.0, etc). So far I've only been able to get a single audio stream out of the FFMPEG library, but need to be able to convert all of them to NPs for analysis. Any help would be incredible, as I've yet to find a way of obtaining the other streams (outside of Probe, but that's just metadata). Huge thank you in advance.