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

Added simple multi part reader #2

Merged
merged 16 commits into from
Oct 23, 2024
Merged

Added simple multi part reader #2

merged 16 commits into from
Oct 23, 2024

Conversation

marc-tonsen
Copy link
Contributor

No description provided.

@marc-tonsen marc-tonsen requested a review from dourvaris October 22, 2024 15:18
@pytest.fixture
def expected_size(multi_part_video_paths: list[str]) -> Tuple[int, int]:
path = Path(multi_part_video_paths[0])
if path.name.startswith("PI"):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think better to use av.open(multi_part_video_paths[0]).streams.video[0].width here

@dourvaris dourvaris merged commit e333494 into master Oct 23, 2024
@dourvaris dourvaris deleted the multi_part_reader branch October 23, 2024 17:29
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