Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added config args
  • Loading branch information
Thefrank authored Mar 27, 2021
1 parent 63c5454 commit 2eb40de
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,30 @@
# ffmpeg-static-freebsd
static linked build of FFMPEG for FreeBSD

patches from: https://www.freshports.org/multimedia/ffmpeg/
patches from components also from ports tree where needed

built with:

--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-version3 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264

not included but common in other static builds:
--enable-fontconfig --enable-librubberband --enable-libgsm --enable-gme

other libs:

libavutil 56. 72.100 / 56. 72.100

libavcodec 58.135.100 / 58.135.100

libavformat 58. 77.100 / 58. 77.100

libavdevice 58. 14.100 / 58. 14.100

libavfilter 7.111.100 / 7.111.100

libswscale 5. 10.100 / 5. 10.100

libswresample 3. 10.100 / 3. 10.100

libpostproc 55. 10.100 / 55. 10.100

0 comments on commit 2eb40de

Please sign in to comment.