Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mp4 video dataset support on macOS #870

Merged
merged 1 commit into from
Mar 22, 2020
Merged

Conversation

yongtang
Copy link
Member

NOTE: This PR depends on #865

This PR add mp4 video dataset support on macOS, based on AVFoundation's Swift API.

Note this PR only allows Dataset (iterative) access. The random access is not possible at the moment, as we will need to get to IDR to start decoding. Otherwise the picture may lost information (on previous frames). This will be handled later.

Signed-off-by: Yong Tang yong.tang.github@outlook.com

@yongtang yongtang force-pushed the mp4x branch 2 times, most recently from a93d251 to 2670cb6 Compare March 21, 2020 20:40
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
@yongtang yongtang merged commit 394fd95 into tensorflow:master Mar 22, 2020
@yongtang yongtang deleted the mp4x branch March 22, 2020 07:02
i-ony pushed a commit to i-ony/io that referenced this pull request Feb 8, 2021
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants