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

fix: use pyav to save video #228

Merged
merged 8 commits into from
Sep 6, 2024
Merged

fix: use pyav to save video #228

merged 8 commits into from
Sep 6, 2024

Conversation

yzld2002
Copy link
Member

@yzld2002 yzld2002 commented Sep 6, 2024

cv2 does not support save h264 video directly, it needs the ffmpeg, which is not bundled with cv2 natively.

image

This PR uses another library to save the video.

Copy link
Member

@dillonalaird dillonalaird left a comment

Choose a reason for hiding this comment

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

LGTM

@dillonalaird dillonalaird merged commit 42c2238 into main Sep 6, 2024
8 checks passed
@dillonalaird dillonalaird deleted the zhichao-fix-save-video branch September 6, 2024 19:52
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