Document the multi-stream demuxer in the blocks tutorial - #1680
Merged
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/meta-pytorch/torchcodec/1680
Note: Links to docs will display an error until the docs builds have been completed. This comment was automatically generated by Dr. CI and updates every 15 minutes. |
NicolasHug
force-pushed
the
msd/docs-example
branch
from
September 1, 2026 14:46
f42bc5d to
98a7407
Compare
NicolasHug
force-pushed
the
msd/docs-example
branch
from
September 2, 2026 11:06
98a7407 to
0faf576
Compare
NicolasHug
force-pushed
the
msd/docs-example
branch
2 times, most recently
from
September 2, 2026 12:52
0faf576 to
6da726e
Compare
NicolasHug
changed the base branch from
msd/python-demuxer
to
msd/blocks-metadata
September 2, 2026 12:56
NicolasHug
force-pushed
the
msd/docs-example
branch
from
September 2, 2026 13:41
6da726e to
d291eaa
Compare
NicolasHug
force-pushed
the
msd/docs-example
branch
from
September 2, 2026 13:46
d291eaa to
6da726e
Compare
NicolasHug
force-pushed
the
msd/docs-example
branch
2 times, most recently
from
September 2, 2026 13:51
3bc1133 to
a62411c
Compare
NicolasHug
force-pushed
the
msd/docs-example
branch
2 times, most recently
from
September 3, 2026 08:29
1147d01 to
a734751
Compare
NicolasHug
force-pushed
the
msd/docs-example
branch
2 times, most recently
from
September 3, 2026 08:33
47d8415 to
33276e0
Compare
NicolasHug
force-pushed
the
msd/docs-example
branch
from
September 3, 2026 08:59
33276e0 to
dd80fcb
Compare
NicolasHug
force-pushed
the
msd/docs-example
branch
from
September 3, 2026 09:03
dd80fcb to
eed95d2
Compare
NicolasHug
force-pushed
the
msd/docs-example
branch
from
September 3, 2026 09:04
eed95d2 to
f5d9e65
Compare
NicolasHug
force-pushed
the
msd/docs-example
branch
from
September 3, 2026 09:34
f5d9e65 to
9f02d13
Compare
NicolasHug
force-pushed
the
msd/docs-example
branch
from
September 3, 2026 10:01
9f02d13 to
3d1e95c
Compare
NicolasHug
force-pushed
the
msd/docs-example
branch
2 times, most recently
from
September 3, 2026 10:11
1236629 to
fce34ba
Compare
NicolasHug
force-pushed
the
msd/docs-example
branch
from
September 3, 2026 11:06
fce34ba to
681659a
Compare
NicolasHug
force-pushed
the
msd/docs-example
branch
from
September 3, 2026 12:00
681659a to
4960e59
Compare
NicolasHug
force-pushed
the
msd/docs-example
branch
from
September 3, 2026 12:26
4960e59 to
a7a8a0e
Compare
Two new sections in the example: metadata, showing the three tiers side by side so the difference between a header value and a scanned one is visible rather than described, and video-and-audio-together, showing a Demuxer getting both out of a single pass. The benchmark builds its decoder with demuxer.make_decoder(), which is the documented path now. The module docstring drops the TODO asking how to expose header metadata, since that is what the previous commit answered.
NicolasHug
force-pushed
the
msd/docs-example
branch
from
September 3, 2026 12:34
a7a8a0e to
909eb76
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two new sections in the example: metadata, showing the three tiers side by
side so the difference between a header value and a scanned one is visible
rather than described, and video-and-audio-together, showing a Demuxer
getting both out of a single pass.
The benchmark builds its decoder with demuxer.make_decoder(), which is the
documented path now. The module docstring drops the TODO asking how to expose
header metadata, since that is what the previous commit answered.
Stack created with GitHub Stacks CLI • Give Feedback 💬