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

Set default pixel format for ffmpeg to YUV420P? #256

@TobiX

Description

@TobiX

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions