Romain Vimont

Results 1981 comments of Romain Vimont

Thank you for your report. Could you test with a forced [full](https://developer.android.com/reference/android/media/MediaFormat#COLOR_RANGE_FULL)/[limited](https://developer.android.com/reference/android/media/MediaFormat#COLOR_RANGE_LIMITED) color range, please? ```diff diff --git a/server/src/main/java/com/genymobile/scrcpy/ScreenEncoder.java b/server/src/main/java/com/genymobile/scrcpy/ScreenEncoder.java index 0419dc5..83dc606 100644 --- a/server/src/main/java/com/genymobile/scrcpy/ScreenEncoder.java +++ b/server/src/main/java/com/genymobile/scrcpy/ScreenEncoder.java @@ -145,6 +145,7...

@pzmarzly: v1.6 + patch: [`scrcpy-server.jar`](https://tmp.rom1v.com/scrcpy/issue393/1/scrcpy-server.jar) _SHA256: 81b7215f4ed3cb031b656745b28518be1a755a0df3774f9626f02250f042e920_

> I implemented a screen recording client in Python, which retrieves the H.264 video stream provided by the scrcpy server. A H.264 raw stream has no timestamp information, so with...

There is no way you can capture the H.264 stream from scrcpy-server, save it to a file "as is" and use the `ffmpeg` command line tool to convert it (unless...

For simplicity, you should check `recorder.c` from a verion older than 2.0 (when audio was introduced), where it simply recorded the single video stream. Checkout v1.25 for example.

> scrcpy 2.6.1 You're not using the latest version (even if your directory is named 3.2).

> All of them got identical errors You should not get this error on 3.2: > java.lang.SecurityException: Given calling package android does not match caller's uid 2000 If this is...

> It looks like the resolution of the stream tries to change when this issue occurs ? Interesting. If you run `scrcpy` without any filter (no crop/angle), does the resolution...

@VaradGupta23 Please stop posting LLM answers to random posts.