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

Back port of documentation changes to main #1911

Merged
merged 2 commits into from Mar 7, 2023
Merged

Back port of documentation changes to main #1911

merged 2 commits into from Mar 7, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 7, 2023

No description provided.

danielleontiev and others added 2 commits March 4, 2023 01:30
Firefox does not support yuv444p format:
https://bugzilla.mozilla.org/show_bug.cgi?id=1368063

The suggested solution from the bug-tracker is to
reencode the video using ffmpeg -pix_fmt yuv420p option.

The following command was used:

ffmpeg -i old_video.mp4 -pix_fmt yuv420p out.mp4

Fixes #1685.
fix: encode videos in yuv420p to support Firefox
@lwronski lwronski closed this Mar 7, 2023
@lwronski lwronski reopened this Mar 7, 2023
@lwronski lwronski enabled auto-merge March 7, 2023 17:05
@lwronski lwronski merged commit 6df89de into main Mar 7, 2023
@Gedochao Gedochao added the internal Internal or build-related changes label Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Internal or build-related changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants