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

Add h264 recording support to mcap.dev demo #1015

Merged
merged 12 commits into from
Nov 16, 2023
Merged

Conversation

jtbandes
Copy link
Member

@jtbandes jtbandes commented Nov 15, 2023

Public-Facing Changes

The recording demo on mcap.dev can now record H.264-encoded CompressedVideo, if supported by the browser.

Description

Depends on #1014 (for VideoEncoder type definitions)

@jtbandes jtbandes requested a review from snosenzo November 15, 2023 22:29
Copy link
Collaborator

@james-rms james-rms left a comment

Choose a reason for hiding this comment

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

Feature request - are we able to give the user a toggle to record images or video? it'd be good to give them an idea of the compression benefit they can expect.

Base automatically changed from jacob/dev-deps to main November 16, 2023 01:48
@jtbandes jtbandes merged commit a84e604 into main Nov 16, 2023
24 checks passed
@jtbandes jtbandes deleted the jacob/video-encoder branch November 16, 2023 02:35
pezy pushed a commit to pezy/mcap that referenced this pull request Jan 11, 2024
### Public-Facing Changes

The recording demo on mcap.dev can now record H.264-encoded
CompressedVideo, if supported by the browser.

### Description

- Use VideoEncoder to encode h264
- Detection of browser support & workarounds for some Safari issues
(related to WebKit/WebKit#15562)

Depends on foxglove#1014 (for VideoEncoder type definitions)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants