Add docs for screen recording conversion - #266
Open
hilsonshrestha wants to merge 1 commit into
Open
hilsonshrestha wants to merge 1 commit into
hilsonshrestha wants to merge 1 commit into
Conversation
|
A preview of f2aba9c is uploaded and can be seen here: Changes may take a few minutes to propagate. |
alexsb
approved these changes
Aug 24, 2026
alexsb
left a comment
Contributor
There was a problem hiding this comment.
Looks good. Made one suggestion for an addition and one minor edit suggestion.
| # Screen Recording Conversion | ||
|
|
||
| ReVISit can capture screen recordings during a study and upload them to Firebase Storage. However, the format a browser records in isn't guaranteed to play back in every other browser. For example, a recording made in Chrome may not play in Safari, and vice versa. | ||
|
|
Contributor
There was a problem hiding this comment.
add something like:
:::Note
You can work around this issue by using the same browser that a participant used when they conducted a study. You'll see a warning when that is the case.
:::
| ## Limitations | ||
|
|
||
| - Recordings whose codecs aren't already WebM-compatible (`vp8`, `vp9`, `av1`, `opus`, `vorbis`) are skipped rather than re-encoded. | ||
| - The function overwrites the original file at the same Storage path — once conversion succeeds, there's no separate copy of the original left behind. |
Contributor
|
Btw, is this dependent on any code changes in 3.0? If so, we should also merge into 3.0 first. |
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.