Genymobile / scrcpy

Display and control your Android device
Apache License 2.0
103.03k stars 10.01k forks source link

Question: Why was avcodec and avformat dll file size was big in versions prior to 2.0? #4898

Closed techsnap closed 2 weeks ago

techsnap commented 2 weeks ago

In scrcpy-win32-v1.24, these 2 files were very big in size:

avc

In scrcpy-win64-v2.4, the same files are much smaller in size.

avc1

Was there a malware in these dll files? If not, what caused the files to reduce in size?

rom1v commented 2 weeks ago

Since 0fc62bfcd63fdccba759c1421ca7e4b5a2278cb9, scrcpy uses a custom build of FFmpeg with only the necessary features. (And since 8d87b91f692914ada1c146bd911ab4623552174b the build script has been moved to the scrcpy repo.)

techsnap commented 2 weeks ago

That's very nice!