Skip to content

Commit 2eb40de

Browse files
authored
Update README.md
added config args
1 parent 63c5454 commit 2eb40de

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,30 @@
11
# ffmpeg-static-freebsd
22
static linked build of FFMPEG for FreeBSD
3+
4+
patches from: https://www.freshports.org/multimedia/ffmpeg/
5+
patches from components also from ports tree where needed
6+
7+
built with:
8+
9+
--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
10+
11+
not included but common in other static builds:
12+
--enable-fontconfig --enable-librubberband --enable-libgsm --enable-gme
13+
14+
other libs:
15+
16+
libavutil 56. 72.100 / 56. 72.100
17+
18+
libavcodec 58.135.100 / 58.135.100
19+
20+
libavformat 58. 77.100 / 58. 77.100
21+
22+
libavdevice 58. 14.100 / 58. 14.100
23+
24+
libavfilter 7.111.100 / 7.111.100
25+
26+
libswscale 5. 10.100 / 5. 10.100
27+
28+
libswresample 3. 10.100 / 3. 10.100
29+
30+
libpostproc 55. 10.100 / 55. 10.100

0 commit comments

Comments
 (0)