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

Implement H264 VideoWritter with gstreamer #135

Merged
merged 7 commits into from
Sep 18, 2024
Merged

Implement H264 VideoWritter with gstreamer #135

merged 7 commits into from
Sep 18, 2024

Conversation

edgarriba
Copy link
Member

@edgarriba edgarriba commented Sep 16, 2024

part of #113

  • create a video.rs in kornia-io
  • implement VideoWritter and VideoWriterCodec to record h264/rgb videos
  • added a new gstreamer error GstreamerFlowError and replaced DowncastAppSinkError by GetElementByNameError.
  • create a couple of examples: video_write and video_write_tasks
  • clippy fixes in the benchmarks

Output example:

output.mp4

@edgarriba edgarriba changed the title [wip] Implement VideoWritter Implement H264 VideoWritter with gstreamer Sep 18, 2024
@edgarriba edgarriba marked this pull request as ready for review September 18, 2024 19:36
@edgarriba edgarriba merged commit 08d368a into main Sep 18, 2024
9 checks passed
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