You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments