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

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

Open
caimaoy opened this issue Jan 12, 2023 · 0 comments
Open

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

caimaoy opened this issue Jan 12, 2023 · 0 comments

Comments

@caimaoy
Copy link

caimaoy commented Jan 12, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant