Skip to content

Add video specs printing#145

Open
MKVarun wants to merge 3 commits into
neuroinformatics-unit:mainfrom
MKVarun:video-specs-printing
Open

Add video specs printing#145
MKVarun wants to merge 3 commits into
neuroinformatics-unit:mainfrom
MKVarun:video-specs-printing

Conversation

@MKVarun
Copy link
Copy Markdown

@MKVarun MKVarun commented Mar 23, 2026

Description

What is this PR

  • Bug fix
  • Addition of a new feature
  • Other

Why is this PR needed?
Fixes #11 to show video specs

What does this PR do?
Adds a convenience function to print video specs to the terminal

References

issue #11

How has this PR been tested?

I've tested it locally using a sample video file and added tests in the tests folder.

Is this a breaking change?

Since this is a standalone convenience function, it shouldn't break any existing code.

Does this PR require an update to the documentation?

I've added relevant docstrings to the function and files.

Checklist:

  • The code has been tested locally
  • Tests have been added to cover all new functionality
  • The documentation has been updated to reflect any changes
  • The code has been formatted with pre-commit

@MKVarun MKVarun changed the title Video specs initial Video specs printing Mar 23, 2026
@MKVarun MKVarun marked this pull request as ready for review March 25, 2026 12:32
@MKVarun MKVarun changed the title Video specs printing Add video specs printing Mar 25, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.47%. Comparing base (33adaa5) to head (1183abe).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #145      +/-   ##
==========================================
+ Coverage   99.45%   99.47%   +0.01%     
==========================================
  Files           8        9       +1     
  Lines         554      575      +21     
==========================================
+ Hits          551      572      +21     
  Misses          3        3              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

Print video specs to terminal

1 participant