This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Description
Currently, the default settings for ffmpeg are:
|
FFMPEG_CODEC_ARGS="-crf 0 -preset ultrafast -qp 0" \ |
Since x11grab creates frames with full color depth, this generates H.264 streams with the YUV444P pixel format. This is unfortunate, since the OpenH264 decoder used in Firefox doesn't support that pixel format (AFAICS). Would it be possible to add -pix_fmt yuv420p to the default options?