Skip to content

Add MKV video format support#515

Open
TerryFrench wants to merge 1 commit intojmathai:masterfrom
TerryFrench:pr/08-mkv-support
Open

Add MKV video format support#515
TerryFrench wants to merge 1 commit intojmathai:masterfrom
TerryFrench:pr/08-mkv-support

Conversation

@TerryFrench
Copy link
Copy Markdown
Contributor

Summary

Adds .mkv to supported video extensions.

  • Add mkv to Video.extensions in elodie/media/video.py.

Testing and expectations

  • Ran tests with the project’s Python environment:
    • python3 -m pytest elodie/tests
    • Result: 333 passed, 4 skipped, 1 xfailed (warnings only).
  • Also validated the directly affected tests:
    • python3 -m pytest elodie/tests/media/video_test.py -v

Notes:

  • This PR is intentionally minimal (adds .mkv extension support + corresponding test update).
  • Full-suite behavior with very new pytest versions can differ on legacy tests in the base branch; this change does not modify those areas.

Include mkv in Video.extensions and extend video extension tests to cover it.

(cherry picked from commit fc1099b6afe595d183b1dceaa594cf8b33ca92c6)
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.

1 participant