Romain Vimont

Results 1988 comments of Romain Vimont

@slouken I can't reproduce it myself. I just reported issues reported in the linked comments.

It makes sense if you downscale (especially by a factor of more than 2). See https://github.com/Genymobile/scrcpy/issues/40#issuecomment-590794318.

@bibendovsky Hmm, yes, that's true.

> scrcpy 1.24 Way too old. Use the latest version (currently 2.6.1).

> scrcpy 1.25 1.25 is way too old. Don't use the official Debian/Ubuntu package, it is obsolete. https://github.com/Genymobile/scrcpy/blob/master/doc/linux.md#latest-version

Uninstall the package from your distribution: ``` sudo apt remove scrcpy ```

Install with ./install–release.sh: https://github.com/Genymobile/scrcpy/blob/master/doc/linux.md#latest-version

Either you have an old repo version (`git pull` to update before executing ./install–release.sh), either you have an old package installed. What is the result of `which scrcpy`?

> The frame rate is intrinsically variable: a new frame is produced only when the screen content changes. For example, if you play a fullscreen video at 24fps on your...

MediaCodec does not provide an option to produce a constant frame rate. One possibility is to record to a file, then resample using ffmpeg.