Skip to content

Compress releases? #69

@coolaj86

Description

@coolaj86

Would you be willing to compress the releases?

Using xz (LZMA2), which is usually on all Linux systems by default, the download size can be reduced by nearly 80%.

Using gzip (Deflate), which is included natively on Mac, Linux, and even Windows 10, the size can be reduced by 70%.

zip (Deflate) is supported by Windows 10 tar.exe. It's also supported by PowerShell... but the PowerShell implementation is very slow.

.rwxr-xr-x aj staff   71 MB Sun Aug 16 13:03:49 2020 ffmpeg-4.3.1-darwin-x64
.rwxr-xr-x aj staff 21.4 MB Sun Aug 16 13:03:49 2020 ffmpeg-4.3.1-darwin-x64.bz2
.rwxr-xr-x aj staff 22.7 MB Sun Aug 16 13:03:49 2020 ffmpeg-4.3.1-darwin-x64.gz
.rwxr-xr-x aj staff 15.7 MB Sun Aug 16 13:03:49 2020 ffmpeg-4.3.1-darwin-x64.xz
.rw-r--r-- aj staff 22.7 MB Wed Nov 18 17:21:51 2020 ffmpeg-4.3.1-darwin-x64.zip

One of the reasons that I like the idea of ffmpeg-static is that it saves having to download 400mb of brew. However, the size could be much smaller still.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions