fix(video): embed recording start time in WebM metadata - #42478
fix(video): embed recording start time in WebM metadata#42478Devin Rousso (dcrousso) wants to merge 1 commit into
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Check out #42480 |
recorded videos discard the wall clock origin for their timeline store the recording origin in standard `creation_time` metadata and preserve the delay before the first presented frame this lets consumers synchronize external timelines without using `onFrame`, which creates a JPEG for every frame
2a5b2e6 to
30e3866
Compare
Test results for "tests 1"9 failed 7 flaky51274 passed, 1241 skipped Merge workflow run. |
🔴 The
|
Test results for "MCP"3 failed 8302 passed, 1367 skipped Merge workflow run. |
🔴 The
|
recorded videos discard the wall clock origin for their timeline
store the recording origin in standard
creation_timemetadata and preserve the delay before the first presented framethis lets consumers synchronize external timelines without using
onFrame, which creates a JPEG for every framefixes #42361