Skip to content

Commit

Permalink
version bump to 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thefrank authored Jan 1, 2022
1 parent ecb751a commit c834470
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Build hints from [here](https://github.com/zimbatm/ffmpeg-static) and [here](htt
# WHY?! Statically Linking is generally a Bad Idea(tm)!
node packages *REALLY* like statically linked FFMPEG so here we are

## Build settings and library versions (4.4)
## Build settings and library versions (4.4.1)
--enable-static --disable-shared --disable-ffplay --enable-gpl --enable-libfreetype --enable-libx264 --enable-libx265 --enable-libass --enable-libmp3lame --enable-libopus --enable-libvpx --enable-libsoxr --enable-libvidstab --enable-libopenjpeg --enable-libzimg --enable-libwebp --enable-libvorbis --enable-libspeex --enable-libxvid --enable-libvmaf --enable-libzmq --enable-libaom --enable-libzvbi --enable-libdav1d --enable-libsnappy --enable-libmodplug --enable-libtheora --enable-libtwolame --enable-libmysofa --enable-libbluray --enable-libgme --enable-libgsm --enable-librubberband --enable-fontconfig --enable-runtime-cpudetect --enable-version3 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264

other libraries:
Expand All @@ -23,6 +23,9 @@ other libraries:
| libswresample | 5. 9.100 / 5. 9.100
| libpostproc | 55. 9.100 / 55. 9.100

not used:
--enable-libvo-amrwbenc (very old, opencore likely better)

# Updates

This binary requires a large number of patches and rebuilds of components to function so it will lag behind any other FFMPEG-static binaries by quite a bit. If you want updates please **OPEN A TICKET** but keep in mind this is a rather low priority to me.
Expand Down

1 comment on commit c834470

@derhuerst
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Thefrank ffmpeg 5.0.1 has been released recently, and 5.0 has been out for while. Do you have some time to build new binaries?

Please sign in to comment.