You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
audio-video sync test was failing in #3934. However, it turns out that the audio frames returned by our video reader doesn't match with pyav results(both output shapes and values are different).
Here is the notebook with details.
[Off-topic, yet remotely related] Does the video reader handle stereo sound as well?
When testing something with audio, I recommend to use stereo audio just to be sure.
[Off-topic, yet remotely related] Does the video reader handle stereo sound as well?
When testing something with audio, I recommend to use stereo audio just to be sure.
read_video and write_video support audio frames with multiple channels, so I would think yes. @bjuncek can confirm this.
Yes, we do handle it in normal circumstances. I've learned over the course of debugging this one that there might be more than one way of encoding stereo audio, so I have to double check if we're good for all the edge cases.
audio-video sync test was failing in #3934. However, it turns out that the audio frames returned by our video reader doesn't match with pyav results(both output shapes and values are different).
Here is the notebook with details.
Tasks:
cc @bjuncek
The text was updated successfully, but these errors were encountered: