Mismatch in audio frames returned by pyav and video reader
Open
@bjuncek is already working on this.
Since Jun 7, 2021.
module: io
module: video
- Dominant language
- Python
- Stars
- 17.9k
- Forks
- 7.3k
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 13
Description
audio-video sync test was failing in https://github.com/pytorch/vision/pull/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:
- Investigate the mismatch
- Fix the issue
- Add audio-video sync test(disabled in https://github.com/pytorch/vision/pull/4050).
cc @bjuncek
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.