Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.
This repository was archived by the owner on May 13, 2025. It is now read-only.

What is the format of the origin data from the scrcpy socket #7

@caimaoy

Description

@caimaoy

py-scrcpy/scrcpy_client.py

Lines 150 to 155 in c184567

ffmpegCmd = [FFMPEG_bin, '-y',
'-r', '20', '-i', 'pipe:0',
'-vcodec', 'rawvideo',
'-pix_fmt', 'rgb24',
'-f', 'image2pipe',
'pipe:1']

What is the format, vcode, pix_fmt of the input, besides the metadata?

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