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

scrcpy video outputs lines of colors #5019

Open
2 tasks done
istrueuser opened this issue Jun 24, 2024 · 1 comment
Open
2 tasks done

scrcpy video outputs lines of colors #5019

istrueuser opened this issue Jun 24, 2024 · 1 comment

Comments

@istrueuser
Copy link

istrueuser commented Jun 24, 2024

  • I have read the FAQ.
  • I have searched in existing issues.

Environment

  • OS: Windows 10
  • scrcpy version: v2.4
  • installation method: Windows release
  • device model: RMX2020
  • Android version: 13

Describe the bug
Audio and controls works fine, but the video encoding might have gone wrong somewhere, yet I have tried both h264 and h265, they display almost the same screen. Literally nothing unusual in the console itself...

scrcpy 2.4 <https://github.com/Genymobile/scrcpy>
INFO: ADB device found:
INFO:     --> (tcpip)  192.168.0.109:5555              device  RMX2020
C:\Users\trueuser\OneDrive\Desktop\scrcpy-win64-v2.4\scrcp... file pushed, 0 skipped. 52.1 MB/s (69007 bytes in 0.001s)
[server] INFO: Device: [realme] realme RMX2020 (Android 13)
INFO: Renderer: direct3d
INFO: Texture: 1600x720

image

@rom1v
Copy link
Collaborator

rom1v commented Jun 24, 2024

Probably an encoder issue on the device.

  1. Try with another encoder.

  2. Try with a lower resolution (scrcpy -m1024)

  3. Try to record (scrcpy --record=file.mp4) and play the file with some player (VLC), is the result ok?

  4. Try to record the screen using:

    adb screenrecord /sdcard/file.mp4
    adb pull /sdcard/file.mp4
    

    Is the result ok?

Refs #4399

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

2 participants